@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | exec($command, $output, $return); |
37 | 37 | |
38 | - $numberLines = (int)$output[0]; |
|
38 | + $numberLines = (int) $output[0]; |
|
39 | 39 | |
40 | 40 | if ($this->relation === self::RELATION_MAX) { |
41 | 41 | if ($numberLines > $this->limit) { |