Skip to content

Commit

Permalink
Result cache needs to be cleared after reportUnmatchedIgnoredErrors i…
Browse files Browse the repository at this point in the history
…s changed

Because of "No error to ignore is reported on line" that's cached
  • Loading branch information
ondrejmirtes committed Sep 3, 2022
1 parent c3b984b commit 84852ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Analyser/ResultCache/ResultCacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ private function getMeta(array $allAnalysedFiles, ?array $projectConfigArray): a
unset($projectConfigArray['parameters']['parallel']);
unset($projectConfigArray['parameters']['internalErrorsCountLimit']);
unset($projectConfigArray['parameters']['cache']);
unset($projectConfigArray['parameters']['reportUnmatchedIgnoredErrors']);
unset($projectConfigArray['parameters']['memoryLimitFile']);
unset($projectConfigArray['parametersSchema']);
}
Expand Down

0 comments on commit 84852ab

Please sign in to comment.