Completed
Push — dependabot/composer/friendsofp... ( 61d789...115ada )
by
unknown
24s
created
src/N98/Magento/Command/MagentoCoreProxyCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -73,10 +73,10 @@
 block discarded – undo
73 73
         }
74 74
 
75 75
         $shellCommand = escapeshellarg(OperatingSystem::getPhpBinary())
76
-                      . ' '
77
-                      . escapeshellarg($this->magentoRootDir . '/bin/magento')
78
-                      . ' '
79
-                      . $magentoCoreCommandInput->__toString();
76
+                        . ' '
77
+                        . escapeshellarg($this->magentoRootDir . '/bin/magento')
78
+                        . ' '
79
+                        . $magentoCoreCommandInput->__toString();
80 80
         $process = Process::fromShellCommandline(
81 81
             $shellCommand,
82 82
             $this->magentoRootDir,
Please login to merge, or discard this patch.