We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c225fe6 commit 12f50f2Copy full SHA for 12f50f2
1 file changed
src/Application/FileProcessor.php
@@ -48,7 +48,7 @@ public function processFile(File $file, Configuration $configuration): FileProce
48
$parsingSystemError = $this->parseFileAndDecorateNodes($file);
49
if ($parsingSystemError instanceof SystemError) {
50
// we cannot process this file as the parsing and type resolving itself went wrong
51
- return new FileProcessResult([$parsingSystemError], null);
+ return new FileProcessResult([$parsingSystemError], null, false);
52
}
53
54
$fileHasChanged = false;
0 commit comments