[PR #12196] [MERGED] Add deprecation messages for methods that were only annotated as being @deprecated #13564

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/12196
Author: @mpdude
Created: 10/7/2025
Status: Merged
Merged: 10/12/2025
Merged by: @greg0ire

Base: 3.6.xHead: deprecation-notice-parser-result


📝 Commits (1)

  • f1a8ee1 Add 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 @deprecated in #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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/12196 **Author:** [@mpdude](https://github.com/mpdude) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/12/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `3.6.x` ← **Head:** `deprecation-notice-parser-result` --- ### 📝 Commits (1) - [`f1a8ee1`](https://github.com/doctrine/orm/commit/f1a8ee175c9e35497e4f1e3e74981a1e8108f2b8) Add deprecation messages for two methods that were only annotated as being `@deprecated` ### 📊 Changes **6 files changed** (+53 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR triggers deprecation notices for methods and class constructors that were only annotated as being `@deprecated` in #11188. These methods will be removed in 4.0.0 via #12195. --- <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#13564