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