Completed
Pull Request — master (#3)
by Martin
07:56
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             ->isRequired()
45 45
             ->validate()
46 46
             ->ifTrue(
47
-                function ($v) {
47
+                function($v) {
48 48
                     return !class_exists($v);
49 49
                 }
50 50
             )
Please login to merge, or discard this patch.