Skip to content

Fix conflicting Doctrine querybuilder support with PhpStorm implementation #2334

@Haehnchen

Description

@Haehnchen

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

image

image

Since then this breaks some implementations here:

  • parameters provide language injection (but only some), which need special catching.
  • some quick workaround are already implemented, needs rethinking
  • "some feature" are lost on injected parameters and need to be reimplement

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions