Completed
Push — master ( de8a25...a9a104 )
by Greg
01:42
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
             if (preg_match('#^[a-zA-Z0-9_-]*$#', $item)) {
33 33
                 return $item;
34 34
             }
Please login to merge, or discard this patch.