-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Improve TIntermediateModels generics and add inheritDoc #102
Conversation
Co-authored-by: Caleb White <[email protected]>
Thanks @SanderMuller and @calebdw. Regarding
The method's "parent" is an abstract method in the |
Hmm, yeah having an abstract method on a trait that's included on the same class is a little weird---might be a use case to open a ticket at PHPStan for |
Yeah, definitely a special case. |
Thanks @SanderMuller! |
@calebdw thanks for your feedback on #101 can you help resolve the last two phpstan errors?