@@ -26,7 +26,7 @@ |
||
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 . ').'); |