[PR #12161] [MERGED] Switch to IgnoreDeprecations #13528

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12161
Author: @greg0ire
Created: 9/10/2025
Status: Merged
Merged: 9/12/2025
Merged by: @greg0ire

Base: 3.5.xHead: proper-attribute


📝 Commits (1)

  • 0d4413c Switch to IgnoreDeprecations

📊 Changes

8 files changed (+23 additions, -23 deletions)

View changed files

📝 composer.json (+1 -1)
📝 tests/Tests/ORM/ConfigurationTest.php (+5 -5)
📝 tests/Tests/ORM/Functional/ParserResultSerializationTest.php (+2 -2)
📝 tests/Tests/ORM/Mapping/ClassMetadataTest.php (+3 -3)
📝 tests/Tests/ORM/Mapping/TableMappingTest.php (+3 -3)
📝 tests/Tests/ORM/ORMSetupTest.php (+4 -4)
📝 tests/Tests/ORM/Proxy/ProxyFactoryTest.php (+2 -2)
📝 tests/Tests/Proxy/AutoloaderTest.php (+3 -3)

📄 Description

Rather than disabling the error handler, this attribute allows to be more fine-grained and ignore only the deprecations.


🔄 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/12161 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `3.5.x` ← **Head:** `proper-attribute` --- ### 📝 Commits (1) - [`0d4413c`](https://github.com/doctrine/orm/commit/0d4413c248ac4f114043f08d39cf5e1a3df9c809) Switch to IgnoreDeprecations ### 📊 Changes **8 files changed** (+23 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `tests/Tests/ORM/ConfigurationTest.php` (+5 -5) 📝 `tests/Tests/ORM/Functional/ParserResultSerializationTest.php` (+2 -2) 📝 `tests/Tests/ORM/Mapping/ClassMetadataTest.php` (+3 -3) 📝 `tests/Tests/ORM/Mapping/TableMappingTest.php` (+3 -3) 📝 `tests/Tests/ORM/ORMSetupTest.php` (+4 -4) 📝 `tests/Tests/ORM/Proxy/ProxyFactoryTest.php` (+2 -2) 📝 `tests/Tests/Proxy/AutoloaderTest.php` (+3 -3) </details> ### 📄 Description Rather than disabling the error handler, this attribute allows to be more fine-grained and ignore only the deprecations. --- <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:23 +01:00
admin closed this issue 2026-01-22 16:17:23 +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#13528