Completed
Push — travis-xdebug ( fcf4c8...b2674d )
by Sullivan
02:29
created
src/Constraints/ZipCode.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,15 +17,15 @@
 block discarded – undo
17 17
     /**
18 18
      * @deprecated since 1.1, to be removed in 2.0.
19 19
      */
20
-    const US            = 'US';
20
+    const US = 'US';
21 21
     /**
22 22
      * @deprecated since 1.1, to be removed in 2.0.
23 23
      */
24
-    const CANADA        = 'Canada';
24
+    const CANADA = 'Canada';
25 25
     /**
26 26
      * @deprecated since 1.1, to be removed in 2.0.
27 27
      */
28
-    const FRANCE        = 'France';
28
+    const FRANCE = 'France';
29 29
     /**
30 30
      * @deprecated since 1.1, to be removed in 2.0.
31 31
      */
Please login to merge, or discard this patch.
src/Bundle/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__.'/../../../Resources/translations')
Please login to merge, or discard this patch.