mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12196] [MERGED] Add deprecation messages for methods that were only annotated as being @deprecated
#13564
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/12196
Author: @mpdude
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/12/2025
Merged by: @greg0ire
Base:
3.6.x← Head:deprecation-notice-parser-result📝 Commits (1)
f1a8ee1Add deprecation messages for two methods that were only annotated as being@deprecated📊 Changes
6 files changed (+53 additions, -3 deletions)
View changed files
📝
src/Query/Exec/SingleSelectExecutor.php(+10 -0)📝
src/Query/ParserResult.php(+19 -2)📝
src/Query/SqlWalker.php(+9 -0)📝
tests/Tests/ORM/Functional/ParserResultSerializationTest.php(+5 -0)📝
tests/Tests/ORM/Functional/QueryCacheTest.php(+5 -1)📝
tests/Tests/ORM/Query/ParserResultTest.php(+5 -0)📄 Description
This PR triggers deprecation notices for methods and class constructors that were only annotated as being
@deprecatedin #11188.These methods will be removed in 4.0.0 via #12195.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.