Passed
Push — master ( 7e65af...4f2926 )
by Mike
02:25
created
src/Nexus/DockerClient/Communication/Command/Volume/VolumeRemoveCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     protected function execute(InputInterface $input, OutputInterface $output)
33 33
     {
34
-        $names = (array)$input->getArgument('names');
34
+        $names = (array) $input->getArgument('names');
35 35
         $response = '';
36 36
 
37 37
         foreach ($names as $name) {
Please login to merge, or discard this patch.
src/Nexus/DockerClient/Communication/Command/Volume/VolumeCreateCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     protected function execute(InputInterface $input, OutputInterface $output)
33 33
     {
34
-        $names = (array)$input->getArgument('names');
34
+        $names = (array) $input->getArgument('names');
35 35
 
36 36
         $response = '';
37 37
         foreach ($names as $name) {
Please login to merge, or discard this patch.