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 has been archived by the owner on Dec 3, 2023. It is now read-only.
its quite suprising that phpstan still throws this error, even if we use scanDirectories config option and point phpstan exactly to the directory the class-file is included.. this tells me that symplify is not using the phpstan autoloading facilities it seems.
today we ran into a problem, which I guess was introduced with the latest release, since we did not see it before.
we get class not found errors, which are triggered within
ParentClassMethodNodeResolver
.isn't usage of
ReflectionMethod->__construct()
runtime reflection, and the code itself should actually be reflected via static reflection instead?The text was updated successfully, but these errors were encountered: