Completed
Pull Request — master (#26)
by Kévin
02:08
created
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.