@@ -33,7 +33,7 @@ |
||
33 | 33 | ContainerInterface $container, |
34 | 34 | string $serviceId, |
35 | 35 | string $name, |
36 | - array $definition = [], |
|
36 | + array $definition = [ ], |
|
37 | 37 | string $description = null, |
38 | 38 | string $help = null |
39 | 39 | ) { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | public function __invoke(InputInterface $input, OutputInterface $output) |
33 | 33 | { |
34 | 34 | $execute = \Closure::bind( |
35 | - function (InputInterface $input, OutputInterface $output) { |
|
35 | + function(InputInterface $input, OutputInterface $output) { |
|
36 | 36 | return $this->execute($input, $output); |
37 | 37 | }, |
38 | 38 | $this->command, |