@@ -27,7 +27,7 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | private function addShellFacade(DependencyProviderInterface $container): void |
| 29 | 29 | { |
| 30 | - $container[self::SHELL_FACADE] = function (DependencyProviderInterface $container) { |
|
| 30 | + $container[self::SHELL_FACADE] = function(DependencyProviderInterface $container) { |
|
| 31 | 31 | return $container->getLocator()->shell()->facade(); |
| 32 | 32 | }; |
| 33 | 33 | } |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | */ |
| 29 | 29 | private function addShellFacade(DependencyProviderInterface $container): void |
| 30 | 30 | { |
| 31 | - $container[self::SHELL_FACADE] = function (DependencyProviderInterface $container) { |
|
| 31 | + $container[self::SHELL_FACADE] = function(DependencyProviderInterface $container) { |
|
| 32 | 32 | return $container->getLocator()->shell()->facade(); |
| 33 | 33 | }; |
| 34 | 34 | } |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | */ |
| 39 | 39 | private function addDockerFacade(DependencyProviderInterface $container): void |
| 40 | 40 | { |
| 41 | - $container[self::DOCKER_FACADE] = function (DependencyProviderInterface $container) { |
|
| 41 | + $container[self::DOCKER_FACADE] = function(DependencyProviderInterface $container) { |
|
| 42 | 42 | return $container->getLocator()->dockerClient()->facade(); |
| 43 | 43 | }; |
| 44 | 44 | } |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | private function addShellFacade(DependencyProviderInterface $container): void |
| 29 | 29 | { |
| 30 | - $container[self::SHELL_FACADE] = function (DependencyProviderInterface $container) { |
|
| 30 | + $container[self::SHELL_FACADE] = function(DependencyProviderInterface $container) { |
|
| 31 | 31 | return $container->getLocator()->shell()->facade(); |
| 32 | 32 | }; |
| 33 | 33 | } |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | { |
| 21 | 21 | use _generated\NexusTesterActions; |
| 22 | 22 | |
| 23 | - /** |
|
| 24 | - * Define custom actions here |
|
| 25 | - */ |
|
| 23 | + /** |
|
| 24 | + * Define custom actions here |
|
| 25 | + */ |
|
| 26 | 26 | } |