Passed
Push — master ( f281f2...2c849f )
by emilien
02:04
created
DependencyInjection/Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,9 +17,9 @@
 block discarded – undo
17 17
 
18 18
 
19 19
         $rootNode->children()
20
-                    ->arrayNode('classes')->validate()->ifTrue(function($classes){
20
+                    ->arrayNode('classes')->validate()->ifTrue(function($classes) {
21 21
 
22
-                        foreach($classes as $key=>$value)
22
+                        foreach ($classes as $key=>$value)
23 23
                         {
24 24
                             if (!class_exists($key))
25 25
                                 return $key;
Please login to merge, or discard this patch.