Passed
Push — master ( 45dec4...4cc856 )
by Nils
03:21
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] - 2;
29
+        $count = (int) $output[0] - 2;
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.