@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | public function enableExternalSupport(): self |
48 | 48 | { |
49 | - $this->parsers->enableExternalSupport($this->fs); |
|
49 | + $this->parsers->enableExternalSupport($this->fs); |
|
50 | 50 | |
51 | 51 | return $this; |
52 | 52 | } |
@@ -218,8 +218,8 @@ discard block |
||
218 | 218 | if($status['found'] === false) |
219 | 219 | { |
220 | 220 | $this->warning(sprintf( |
221 | - 'External file %s was not found', |
|
222 | - $file |
|
221 | + 'External file %s was not found', |
|
222 | + $file |
|
223 | 223 | )); |
224 | 224 | } |
225 | 225 | } |