File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -537,13 +537,15 @@ private function getMeta(?array $projectConfigArray): array
537537 unset($ projectConfigArray ['parameters ' ]['reportUnmatchedIgnoredErrors ' ]);
538538 unset($ projectConfigArray ['parameters ' ]['memoryLimitFile ' ]);
539539 unset($ projectConfigArray ['parametersSchema ' ]);
540+
541+ $ projectConfigArray = Neon::encode ($ projectConfigArray );
540542 }
541543
542544 return [
543545 'cacheVersion ' => self ::CACHE_VERSION ,
544546 'phpstanVersion ' => $ this ->getPhpStanVersion (),
545547 'phpVersion ' => PHP_VERSION_ID ,
546- 'projectConfig ' => Neon:: encode ( $ projectConfigArray) ,
548+ 'projectConfig ' => $ projectConfigArray ,
547549 'analysedPaths ' => $ this ->analysedPaths ,
548550 'composerLocks ' => $ this ->getComposerLocks (),
549551 'cliAutoloadFile ' => $ this ->cliAutoloadFile ,
You can’t perform that action at this time.
0 commit comments