[PR #11641] Deprecate the \Doctrine\ORM\Query\Parser::setCustomOutputTreeWalker() method #13146

Open
opened 2026-01-22 16:16:20 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/11641

State: closed
Merged: Yes


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 4.0 allows for a slight simplification in the Parser there, since we do no longer need the field (it can be a local variable).

**Original Pull Request:** https://github.com/doctrine/orm/pull/11641 **State:** closed **Merged:** Yes --- 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 4.0 allows for a slight simplification in the `Parser` there, since we do no longer need the field (it can be a local variable).
admin added the pull-request label 2026-01-22 16:16:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13146