Passed
Push — master ( f9859c...de651c )
by Bastien
03:03
created
DependencyInjection/Configuration.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
                 ->arrayNode('handlers')->isRequired()
30 30
                     ->beforeNormalization()
31 31
                     ->ifString()
32
-                        ->then(function ($v) {
32
+                        ->then(function($v) {
33 33
                             return array($v);
34 34
                         })
35 35
                     ->end()
Please login to merge, or discard this patch.