Completed
Push — master ( 5959ae...851830 )
by Greg
03:22
created
src/CommandToExec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      */
29 29
     public function getCommandString()
30 30
     {
31
-        $escapedArgs = array_map(function ($item) {
31
+        $escapedArgs = array_map(function($item) {
32 32
             return escapeshellarg($item);
33 33
         }, $this->arguments);
34 34
         return $this->command . ' ' . implode(' ', $escapedArgs);
Please login to merge, or discard this patch.