-
-
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
Fix conflicting Doctrine querybuilder support with PhpStorm implementation #2334
Comments
Haehnchen
changed the title
Fix conflicting on Doctrine querybuilder with PhpStorm implementation
Fix conflicting Doctrine querybuilder support with PhpStorm implementation
Apr 4, 2024
Haehnchen
added a commit
that referenced
this issue
Apr 14, 2024
… reduce conflicting PhpStorm implementation
Haehnchen
added a commit
that referenced
this issue
Apr 14, 2024
… reduce conflicting PhpStorm implementation
Haehnchen
added a commit
that referenced
this issue
Apr 14, 2024
… reduce conflicting PhpStorm implementation
Haehnchen
added a commit
that referenced
this issue
Apr 14, 2024
… reduce conflicting PhpStorm implementation
Haehnchen
added a commit
that referenced
this issue
Apr 14, 2024
… reduce conflicting PhpStorm implementation
Haehnchen
added a commit
that referenced
this issue
Apr 14, 2024
#2334 optimize prefix matcher for Doctrine querybuilder parameter, to reduce conflicting PhpStorm implementation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://blog.jetbrains.com/phpstorm/2023/12/phpstorm-2023-3-is-now-available/#symfony-support introduced support for Doctrine querybuilder.
Its not including resolving Entity scope. Only if there are a "from" keyword given. That it not usable for common Symfony projects
Since then this breaks some implementations here:
The text was updated successfully, but these errors were encountered: