Passed
Push — master ( 99427a...7e65af )
by Mike
04:46
created
src/Nexus/Dumper/DumperDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Nexus/DockerClient/DockerClientDependencyProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.