Skip to content

Commit 587a09c

Browse files
committed
Change the meta key for extensions' data
1 parent 297586d commit 587a09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/ResultCache/ResultCacheManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ private function getMeta(array $allAnalysedFiles, ?array $projectConfigArray): a
906906
return [
907907
'cacheVersion' => self::CACHE_VERSION,
908908
'phpstanVersion' => ComposerHelper::getPhpStanVersion(),
909-
'phpstanExtensions' => $this->getMetaFromPhpStanExtensions(),
909+
'metaExtensions' => $this->getMetaFromPhpStanExtensions(),
910910
'phpVersion' => PHP_VERSION_ID,
911911
'projectConfig' => $projectConfigArray,
912912
'analysedPaths' => $this->analysedPaths,

0 commit comments

Comments
 (0)