Passed
Pull Request — master (#39)
by
unknown
01:50
created
src/Helper/Shell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 
111 111
         public function isRunning()
112 112
         {
113
-            if(!$this->status) {
113
+            if (!$this->status) {
114 114
                 return false;
115 115
             }
116 116
 
Please login to merge, or discard this patch.