Completed
Push — master ( 76aed7...15593f )
by Indra
02:33
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                             ->cannotBeEmpty()
73 73
                             ->defaultNull()
74 74
                             ->validate()
75
-                            ->ifTrue(function ($v) {
75
+                            ->ifTrue(function($v) {
76 76
                                 if (!class_exists($v)) {
77 77
                                     return true;
78 78
                                 }
Please login to merge, or discard this patch.