@@ -106,7 +106,7 @@ |
||
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | if (!empty($this->invalidLines[$file][$lineNumber])) { |
| 109 | - $errors = array_merge($errors, $this->invalidLines[$file][$lineNumber]); |
|
| 109 | + $errors = array_merge($errors, $this->invalidLines[$file][$lineNumber]); |
|
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | $errors = array_merge($errors, $this->getRangeErrors($file, $lineNumber)); |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | 'vendor', |
| 19 | 19 | ]; |
| 20 | 20 | |
| 21 | -foreach($dirs as $dir) { |
|
| 21 | +foreach ($dirs as $dir) { |
|
| 22 | 22 | addDir($dir, $phar); |
| 23 | 23 | } |
| 24 | 24 | |