@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | class ZipCode extends Constraint |
16 | 16 | { |
17 | - const ALL = 'all'; |
|
17 | + const ALL = 'all'; |
|
18 | 18 | |
19 | 19 | public $country = self::ALL; |
20 | 20 |
@@ -29,7 +29,7 @@ |
||
29 | 29 | |
30 | 30 | $finder = Finder::create() |
31 | 31 | ->files() |
32 | - ->filter(function (\SplFileInfo $file) { |
|
32 | + ->filter(function(\SplFileInfo $file) { |
|
33 | 33 | return 2 === substr_count($file->getBasename(), '.') && preg_match('/\.\w+$/', $file->getBasename()); |
34 | 34 | }) |
35 | 35 | ->in(__DIR__.'/../../../Resources/translations') |