-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
[Doctrine] Plugin does not resolve Doctrine repository by explicit classname (5.5 syntax) #541
Comments
which phpstorm version? |
That was on most 9x EAPs and 9.0. Not sure about 8.x as I mostly use 9.x last time |
Also it is not recognizing |
The form issue was already in #523 |
also started here, but its still working. need to validate it against several api's, need testing "assert" first. btw you missed $this->getDoctrine()->getRepository(Bike::class)->find(1)->getBikes() |
…nd for supporting both api levels #541
a wtf issue, but fixed ;) |
Given a code snippet
marks
someCustomMethod
as not existing.Using
SpaceBundle:User
syntax works well.The text was updated successfully, but these errors were encountered: