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