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 Aug 29, 2023. It is now read-only.
I've discovered that parent::run() is reported as a static call, I don't think this should be the case (if the part in front is parent just assume it's not a static call?)
I'll gladly try to fix this myself and submit a Pull Request for it.
The text was updated successfully, but these errors were encountered:
and it is any parent:: calls that are reported as static calls, in my case it was the run method, that's the reason for the title. Sorry about that being a bit misleading.
Hi
I've discovered that parent::run() is reported as a static call, I don't think this should be the case (if the part in front is parent just assume it's not a static call?)
I'll gladly try to fix this myself and submit a Pull Request for it.
The text was updated successfully, but these errors were encountered: