Skip to content

Commit 12f50f2

Browse files
committed
fix phpstan
1 parent c225fe6 commit 12f50f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Application/FileProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function processFile(File $file, Configuration $configuration): FileProce
4848
$parsingSystemError = $this->parseFileAndDecorateNodes($file);
4949
if ($parsingSystemError instanceof SystemError) {
5050
// we cannot process this file as the parsing and type resolving itself went wrong
51-
return new FileProcessResult([$parsingSystemError], null);
51+
return new FileProcessResult([$parsingSystemError], null, false);
5252
}
5353

5454
$fileHasChanged = false;

0 commit comments

Comments
 (0)