Completed
Push — master ( a45884...c72544 )
by David
03:01 queued 45s
created
DependencyInjection/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
                 ->arrayNode('locales')
32 32
                     ->beforeNormalization()
33 33
                         ->ifString()
34
-                        ->then(function ($v) {
34
+                        ->then(function($v) {
35 35
                             return preg_split('/\s*,\s*/', $v);
36 36
                         })
37 37
                     ->end()
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
                 ->arrayNode('required_locales')
42 42
                     ->beforeNormalization()
43 43
                         ->ifString()
44
-                        ->then(function ($v) {
44
+                        ->then(function($v) {
45 45
                             return preg_split('/\s*,\s*/', $v);
46 46
                         })
47 47
                     ->end()
Please login to merge, or discard this patch.