@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | * @copyright (c) 2018, Sebastian Rapetti |
8 | 8 | * @license http://opensource.org/licenses/MIT MIT License |
9 | 9 | */ |
10 | -declare(strict_types = 1); |
|
10 | +declare(strict_types=1); |
|
11 | 11 | |
12 | 12 | namespace Linna\Filter; |
13 | 13 | |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | */ |
22 | 22 | protected function dateHaveNoTime(string $format): bool |
23 | 23 | { |
24 | - foreach (['a','A','B','g','G','h','H','i','s','u','v'] as $char) { |
|
24 | + foreach (['a', 'A', 'B', 'g', 'G', 'h', 'H', 'i', 's', 'u', 'v'] as $char) { |
|
25 | 25 | if (strpos($format, $char) !== false) { |
26 | 26 | return false; |
27 | 27 | } |