@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | $command = 'cat ' . $file . $grep . ' | wc -l'; |
56 | 56 | |
57 | 57 | exec($command, $output, $return); |
58 | - $numberOfLines += (int)$output[0]; |
|
58 | + $numberOfLines += (int) $output[0]; |
|
59 | 59 | } |
60 | 60 | return $numberOfLines; |
61 | 61 | } |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | } |
93 | 93 | |
94 | 94 | $this->files = $files; |
95 | - $this->pattern = (array)$pattern; |
|
95 | + $this->pattern = (array) $pattern; |
|
96 | 96 | $this->relation = $relation; |
97 | 97 | $this->limit = $limit; |
98 | 98 | } |