@@ -19,7 +19,7 @@ |
||
19 | 19 | */ |
20 | 20 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
21 | 21 | { |
22 | - $container[self::COMMAND_COLLECTION] = function () { |
|
22 | + $container[self::COMMAND_COLLECTION] = function() { |
|
23 | 23 | return new CommandCollection( |
24 | 24 | $this->getCommandList() |
25 | 25 | ); |