Skip to content
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

Merge 2.20.x into 3.3.x #11651

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Merge 2.20.x into 3.3.x #11651

merged 3 commits into from
Oct 9, 2024

Commits on Oct 9, 2024

  1. Deprecate the `\Doctrine\ORM\Query\Parser::setCustomOutputTreeWalker(…

    …)` method (doctrine#11641)
    
    We use this method only from within one of our own test cases, and I don't see how it would be useful to anybody else outside – it has to be called on the `Parser` instance which exists internally in the `Query` only.
    
    Deprecating and removing it in 3.x allows for a slight simplification in the `Parser` there, since we do no longer need the field (it can be a local variable).
    mpdude authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    896c655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    488a5dd View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.20.x' into 3.3.x

    * 2.20.x:
      Remove vendor prefix of PHPDoc referencing class-string (doctrine#11643)
      Deprecate the `\Doctrine\ORM\Query\Parser::setCustomOutputTreeWalker()` method (doctrine#11641)
    derrabus committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5f39343 View commit details
    Browse the repository at this point in the history