Passed
Push — master ( f2f3ef...f406b6 )
by Nils
01:48
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
         var_dump($count);
32 32
         var_dump($this->maxNumber);
Please login to merge, or discard this patch.