-
-
Notifications
You must be signed in to change notification settings - Fork 136
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 findBy()/findOneBy() in repository fails as incorrect #898
Comments
Haehnchen
added a commit
that referenced
this issue
May 7, 2017
Haehnchen
added a commit
that referenced
this issue
May 7, 2017
Haehnchen
added a commit
that referenced
this issue
May 7, 2017
Haehnchen
added a commit
that referenced
this issue
May 7, 2017
Haehnchen
added a commit
that referenced
this issue
May 7, 2017
|
Hello, same issue here. Happy to see I'm not alone 😃 do you have any update @Haehnchen ? Thank you very much for the help 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Phpstorm version: 2016.3.3
Plugin version: 0.13.138
Considering
Account
entity andAccountRepository
for it, then the following code in the repository clas:would result in "return" statement being marked as incorrect, due to type mismatch. There's no auto-complete for fields names as well.
However, the following function would have all the auto-complete and return type is detected correctly:
The text was updated successfully, but these errors were encountered: