Passed
Pull Request — master (#3)
by Dāvis
23:50 queued 20:23
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
                                 ->arrayNode('locales')
131 131
                                     ->beforeNormalization()
132 132
                                         ->ifString()
133
-                                            ->then(function ($v) {
133
+                                            ->then(function($v) {
134 134
                                                 return preg_split('/\s*,\s*/', $v);
135 135
                                             })
136 136
                                         ->end()
Please login to merge, or discard this patch.