Completed
Pull Request — master (#91)
by
unknown
07:43
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
             ->arrayNode('namespaces')->isRequired()
34 34
             ->beforeNormalization()
35 35
             ->ifString()
36
-            ->then(function ($v) {
36
+            ->then(function($v) {
37 37
                 return [$v];
38 38
             })
39 39
             ->end()
Please login to merge, or discard this patch.