@@ -79,7 +79,7 @@ |
||
| 79 | 79 | protected function addCommandList( |
| 80 | 80 | DependencyContainerInterface $container |
| 81 | 81 | ): DependencyContainerInterface { |
| 82 | - $container[self::COMMAND_LIST] = function (DependencyContainerInterface $container) { |
|
| 82 | + $container[self::COMMAND_LIST] = function(DependencyContainerInterface $container) { |
|
| 83 | 83 | return $this->getCommandList(); |
| 84 | 84 | }; |
| 85 | 85 | return $container; |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | */ |
| 64 | 64 | private function addShellFacade(DependencyContainerInterface $container): DependencyContainerInterface |
| 65 | 65 | { |
| 66 | - $container[self::SHELL_FACADE] = function (DependencyContainerInterface $container) { |
|
| 66 | + $container[self::SHELL_FACADE] = function(DependencyContainerInterface $container) { |
|
| 67 | 67 | return $container->getLocator()->shell()->facade(); |
| 68 | 68 | }; |
| 69 | 69 | |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | protected function addCommandList( |
| 79 | 79 | DependencyContainerInterface $container |
| 80 | 80 | ): DependencyContainerInterface { |
| 81 | - $container[self::COMMAND_LIST] = function (DependencyContainerInterface $container) { |
|
| 81 | + $container[self::COMMAND_LIST] = function(DependencyContainerInterface $container) { |
|
| 82 | 82 | return $this->getCommandList(); |
| 83 | 83 | }; |
| 84 | 84 | |