Skip to content

Commit

Permalink
ResultCacheManager - unset parametersSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 27, 2020
1 parent 602c718 commit 2a87b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Analyser/ResultCache/ResultCacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ private function getMeta(?array $projectConfigArray): array
unset($projectConfigArray['parameters']['cache']);
unset($projectConfigArray['parameters']['reportUnmatchedIgnoredErrors']);
unset($projectConfigArray['parameters']['memoryLimitFile']);
unset($projectConfigArray['parametersSchema']);
}

return [
Expand Down

0 comments on commit 2a87b3a

Please sign in to comment.