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
Hey, you're right! I was looking into this issue further and came across this fix that was recently tagged for phpstan and Builder objects. Can you check if this solves your issue? larastan/larastan#2032
Hello,
I am not sure if I am missing something but let me explain.
When I do
I recieve
I feel like the collection should be automatically inferred or somehow working without PHPDocs, shouldn't it?
I have this line in FormField:
@method static Builder<FormField>|FormField query()
Am I missing something or wasn't this thought of ?
Also, I think that the QueryBuilder should be generic in the first place, shouldn't be?
The text was updated successfully, but these errors were encountered: