Completed
Push — master ( 05a136...33b2da )
by Harry
01:36
created
src/Run.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     public function start()
57 57
     {
58 58
         if (!$this->process->isRunning()) {
59
-            $this->process->start(function ($type, $data) {
59
+            $this->process->start(function($type, $data) {
60 60
                 $this->last = rtrim($data);
61 61
             });
62 62
             $this->started = microtime(true);
Please login to merge, or discard this patch.