Skip to content

Commit 7043759

Browse files
committed
Project extension files - skip PHAR
1 parent 030bd55 commit 7043759

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Analyser/ResultCache/ResultCacheManager.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,10 @@ private function getProjectExtensionFiles(?array $projectConfig, array $dependen
692692
continue;
693693
}
694694

695+
if (str_starts_with($fileName, 'phar://')) {
696+
continue;
697+
}
698+
695699
$allServiceFiles = $this->getAllDependencies($fileName, $dependencies);
696700
if (count($allServiceFiles) === 0) {
697701
$normalizedFileName = $this->fileHelper->normalizePath($fileName);

0 commit comments

Comments
 (0)