Skip to content

Commit b313e89

Browse files
committed
Only project stub files should be used here
1 parent 2147a75 commit b313e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/ResultCache/ResultCacheManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ private function getComposerInstalled(): array
824824
private function getStubFiles(): array
825825
{
826826
$stubFiles = [];
827-
foreach ($this->stubFilesProvider->getStubFiles() as $stubFile) {
827+
foreach ($this->stubFilesProvider->getProjectStubFiles() as $stubFile) {
828828
$stubFiles[$stubFile] = $this->getFileHash($stubFile);
829829
}
830830

0 commit comments

Comments
 (0)