[PR #12195] Remove deprecated methods from ParserResult and the SingleSelectExecutor class #13561

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12195
Author: @mpdude
Created: 10/7/2025
Status: 🔄 Open

Base: 4.0.xHead: drop-deprecated-parser-result-methods


📝 Commits (1)

  • 713c985 Remove deprecated methods from ParserResult and the SingleSelectExecutor class

📊 Changes

8 files changed (+19 additions, -119 deletions)

View changed files

📝 UPGRADE.md (+11 -0)
📝 phpstan-baseline.neon (+0 -6)
src/Query/Exec/SingleSelectExecutor.php (+0 -31)
📝 src/Query/ParserResult.php (+3 -41)
📝 tests/Tests/ORM/Functional/ParserResultSerializationTest.php (+0 -21)
tests/Tests/ORM/Functional/ParserResults/single_select_2_17_0.txt (+0 -0)
📝 tests/Tests/ORM/Functional/QueryCacheTest.php (+5 -1)
📝 tests/Tests/ORM/Query/ParserResultTest.php (+0 -19)

📄 Description

This removes methods that have been deprecated in 2.20.x via #11188 and/or got deprecation notices added in #12196.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/12195 **Author:** [@mpdude](https://github.com/mpdude) **Created:** 10/7/2025 **Status:** 🔄 Open **Base:** `4.0.x` ← **Head:** `drop-deprecated-parser-result-methods` --- ### 📝 Commits (1) - [`713c985`](https://github.com/doctrine/orm/commit/713c9858a182d056096ae55e88b98ba6d1322938) Remove deprecated methods from `ParserResult` and the `SingleSelectExecutor` class ### 📊 Changes **8 files changed** (+19 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `UPGRADE.md` (+11 -0) 📝 `phpstan-baseline.neon` (+0 -6) ➖ `src/Query/Exec/SingleSelectExecutor.php` (+0 -31) 📝 `src/Query/ParserResult.php` (+3 -41) 📝 `tests/Tests/ORM/Functional/ParserResultSerializationTest.php` (+0 -21) ➖ `tests/Tests/ORM/Functional/ParserResults/single_select_2_17_0.txt` (+0 -0) 📝 `tests/Tests/ORM/Functional/QueryCacheTest.php` (+5 -1) 📝 `tests/Tests/ORM/Query/ParserResultTest.php` (+0 -19) </details> ### 📄 Description This removes methods that have been deprecated in 2.20.x via #11188 and/or got deprecation notices added in #12196. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:17:33 +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#13561