Open akaDJon opened 7 months ago
Hello,
I am facing a similar issue in sulu, which I described and reported here: https://github.com/sulu/sulu/issues/7523
The fix provided above solves the issue for this specific case as well. I tried creating a simple reproducer, but cannot figure out in what specific case psalm isn't able to track it anymore.
Would you be interested in a PR (without additional tests)? If not : Maybe someone with broader understanding of psalm internals could take a look at what could possibly go wrong here?
Could this be related to #4462?
I got error "Could not get class storage for X" with my codebase. I see many issues on github with this problem. My codebase has many aliases and I found solve!
I fix it in file
AssertionsFromInheritanceResolver.php
. I added functiongetUnAliasedName
:before:
after: