Skip to content

Commit 53b84b0

Browse files
committed
Fix
1 parent 60afe86 commit 53b84b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Analyser/ResultCache/ResultCacheManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ private function getComposerInstalled(): array
619619

620620
$installed = require $filePath;
621621
unset($installed['root']);
622+
unset($installed['versions']['__root__']);
622623

623624
$data[$filePath] = $installed;
624625
}

0 commit comments

Comments
 (0)