@@ -50,7 +50,7 @@ |
||
50 | 50 | ->prototype('array') |
51 | 51 | ->prototype('scalar')->end() |
52 | 52 | ->end() |
53 | - ->defaultValue(call_user_func(function () { |
|
53 | + ->defaultValue(call_user_func(function() { |
|
54 | 54 | $defaultValue = ['controller' => ['../src/*Bundle/Controller']]; |
55 | 55 | if (class_exists(Command::class)) { |
56 | 56 | $defaultValue['command'] = ['../src/*Bundle/Command']; |