Completed
Push — master ( b44091...99dbe8 )
by Sergii
15:53 queued 10:31
created
src/Commands/DownWAMP.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,11 +70,11 @@
 block discarded – undo
70 70
                     $pid = (int) trim($pid);
71 71
 
72 72
                     if ($pid > 0) {
73
-                        exec('kill ' . $pid);
73
+                        exec('kill '.$pid);
74 74
                     }
75 75
                 }
76 76
 
77
-                exec('rm ' . $file);
77
+                exec('rm '.$file);
78 78
             }
79 79
         }
80 80
     }
Please login to merge, or discard this patch.