Completed
Push — master ( b45cf9...142c7f )
by Kévin
7s
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
                             ->prototype('array')
38 38
                                 ->prototype('scalar')->end()
39 39
                             ->end()
40
-                            ->defaultValue(call_user_func(function () {
40
+                            ->defaultValue(call_user_func(function() {
41 41
                                 $defaultValue = ['action' => ['Action']];
42 42
                                 if (class_exists(Command::class)) {
43 43
                                     $defaultValue['command'] = ['Command'];
Please login to merge, or discard this patch.