You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2021. It is now read-only.
Logger: added @phpstan-param to logException()
this isn't as specific as it could be, but I can't be bothered to specify all of the possible indexes, especially since it might need to be duplicated. Maybe when PHPStan supports type aliases it might be a different story.
BaseClassLoader: fixed an idiotic bug in getAndRemoveLookupEntries()
It was shifting its own properties off instead of shifting the lookup. can't make this shit up.