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 593cc3c commit 9b7c824Copy full SHA for 9b7c824
src/Type/FileTypeMapper.php
@@ -217,7 +217,7 @@ private function shouldPhpDocNodeBeCachedToDisk(PhpDocNode $phpDocNode): bool
217
private function getResolvedPhpDocMap(string $fileName): array
218
{
219
if (!isset($this->memoryCache[$fileName])) {
220
- $cacheKey = sprintf('%s-phpdocstring-v11-inline-vars', $fileName);
+ $cacheKey = sprintf('%s-phpdocstring-v12-inline-prefixed-vars', $fileName);
221
$variableCacheKey = implode(',', array_map(static function (array $file): string {
222
return sprintf('%s-%d', $file['filename'], $file['modifiedTime']);
223
}, $this->getCachedDependentFilesWithTimestamps($fileName)));
0 commit comments