Completed
Push — v2.0 ( 02961c...dba926 )
by emilien
07:53
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
         $rootNode->children()
20 20
                     ->arrayNode('classes')->validate()->ifTrue(
21
-                        function ($classes) {
21
+                        function($classes) {
22 22
 
23 23
                             foreach ($classes as $key => $value) {
24 24
                                 if (!class_exists($key)) {
Please login to merge, or discard this patch.