Passed
Push — master ( f406b6...fec75c )
by Nils
01:54
created
src/Check/System/NumberProcessesCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
         exec($command, $output);
28 28
 
29
-        $count = (int)$output[0];
29
+        $count = (int) $output[0];
30 30
 
31 31
         if ($count > $this->maxNumber) {
32 32
             return new Result(Result::STATUS_FAIL, 'Too many processes found "' . $this->processName . '". Current: ' . $count . ' / expected < ' . $this->maxNumber . '.');
Please login to merge, or discard this patch.