-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing phpstan namespace issues #798
Conversation
aglipanci
commented
Mar 14, 2023
Haven't seen this as an issue, but we should probably use an import of the contract to be explicit.
As @erikn69 says, we need to type to the contract. The implementation may vary |
It started to show just today for me as well. I thought of a quick fix, but yeah, looking at it now it makes more sense as this is an interface. Let me know if I should update it to that. |
Updated. |
Thanks @aglipanci |
Any chance you will release a new version anytime soon? |
Its tagged now :) |
This phpstan error is still persistent in v13.5.1 - The FQN is missing a leading slash. |