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
I see I can quieten the error by removing the docblock, but I need /** @var UserRepository */ to appease my IDE and for it to pick up methods from the repository.
It hasn't been giving an error without bleeding edge.
How can I work around this short of ignoring the error completely?
I'm not actually sure whether this is caused by phpstan itself or the Doctrine extension.