@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | exec($command, $output, $return); |
33 | 33 | |
34 | - $numberLines = (int)$output[0]; |
|
34 | + $numberLines = (int) $output[0]; |
|
35 | 35 | |
36 | 36 | if ($this->relation === self::RELATION_MAX) { |
37 | 37 | if ($numberLines > $command) { |