mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12195] Remove deprecated methods from ParserResult and the SingleSelectExecutor class
#13561
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12195
Author: @mpdude
Created: 10/7/2025
Status: 🔄 Open
Base:
4.0.x← Head:drop-deprecated-parser-result-methods📝 Commits (1)
713c985Remove deprecated methods fromParserResultand theSingleSelectExecutorclass📊 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.