@@ -228,7 +228,7 @@ |
||
228 | 228 | 'style' => Validator::parsedBody($request)->isInArrayKeys($this->styles())->integer('style'), |
229 | 229 | 'width' => Validator::parsedBody($request)->isBetween(self::MINIMUM_WIDTH, self::MAXIMUM_WIDTH)->integer('width'), |
230 | 230 | 'xref' => Validator::parsedBody($request)->isXref()->string('xref'), |
231 | - ])); |
|
231 | + ])); |
|
232 | 232 | } |
233 | 233 | |
234 | 234 | Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user); |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | return $table; |
138 | 138 | } |
139 | 139 | |
140 | - /** |
|
140 | + /** |
|
141 | 141 | * @param Schema $schema |
142 | 142 | * @param string $prefix |
143 | 143 | * |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | return $table; |
156 | 156 | } |
157 | 157 | |
158 | - /** |
|
158 | + /** |
|
159 | 159 | * @param Schema $schema |
160 | 160 | * @param string $prefix |
161 | 161 | * |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | return $table; |
173 | 173 | } |
174 | 174 | |
175 | - /** |
|
175 | + /** |
|
176 | 176 | * @param Schema $schema |
177 | 177 | * @param string $prefix |
178 | 178 | * |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | return $table; |
195 | 195 | } |
196 | 196 | |
197 | - /** |
|
197 | + /** |
|
198 | 198 | * @param Schema $schema |
199 | 199 | * @param string $prefix |
200 | 200 | * |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | return $table; |
218 | 218 | } |
219 | 219 | |
220 | - /** |
|
220 | + /** |
|
221 | 221 | * @param Schema $schema |
222 | 222 | * @param string $prefix |
223 | 223 | * |
@@ -3,6 +3,6 @@ |
||
3 | 3 | declare(strict_types=1); |
4 | 4 | |
5 | 5 | return array ( |
6 | - '%H:%i:%s' => '%g:%i:%s %a', |
|
7 | - '%j %F %Y' => '%F %j, %Y', |
|
6 | + '%H:%i:%s' => '%g:%i:%s %a', |
|
7 | + '%j %F %Y' => '%F %j, %Y', |
|
8 | 8 | ); |