Skip to content

Commit e24b20e

Browse files
committed
fix after rebase
1 parent 1f90cc2 commit e24b20e

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
@@ -616,7 +616,7 @@ private function getCacheFilePath(?string $resultCacheName, ?array $projectConfi
616616
(!array_key_exists('tmpDir', $projectConfig['parameters']) || $projectConfig['parameters']['tmpDir'] === null)
617617
) {
618618

619-
return dirname($this->cacheFilePath) . '/resultCache-' . md5(Neon::encode([$this->analysedPaths, $this->getPhpStanVersion()])) . '.php';
619+
return dirname($this->cacheFilePath) . '/resultCache-' . md5(Neon::encode([$this->analysedPaths, ComposerHelper::getPhpStanVersion()])) . '.php';
620620
}
621621

622622
return $this->cacheFilePath;

0 commit comments

Comments
 (0)