maglnet / ComposerRequireChecker

A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
MIT License
887 stars 71 forks source link

Fix Psalm complaint in `LocateDefinedSymbolsFromComposerRuntimeApiTest` #538

Closed fredden closed 6 months ago

fredden commented 6 months ago

These changes (specifically 5245abe3d8a24a5d5090e5fe81cc7b42d2e07718) should make the test suite pass in #537. From what I can tell, a particular complaint has been renamed in Psalm, so the existing baseline entry doesn't match this any more and the tests therefore fail. This pull request fixes the underlying issue, which means that the baseline should match over there without any difficulty any more.