@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | |
| 48 | 48 | exec($command, $output, $return); |
| 49 | 49 | |
| 50 | - return (int)$output[0]; |
|
| 50 | + return (int) $output[0]; |
|
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | public function init($file, $limit, $relation = self::RELATION_MAX, $pattern = null) |
| 75 | 75 | { |
| 76 | 76 | $this->file = $file; |
| 77 | - $this->pattern = (array)$pattern; |
|
| 77 | + $this->pattern = (array) $pattern; |
|
| 78 | 78 | $this->relation = $relation; |
| 79 | 79 | $this->limit = $limit; |
| 80 | 80 | } |