Completed
Push — 4.x ( 042898...83a276 )
by Sullivan
19s
created
src/Bridge/Symfony/DependencyInjection/Compiler/TranslationPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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__.'/../../../../translations')
Please login to merge, or discard this patch.