mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12161] [MERGED] Switch to IgnoreDeprecations #13528
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/12161
Author: @greg0ire
Created: 9/10/2025
Status: ✅ Merged
Merged: 9/12/2025
Merged by: @greg0ire
Base:
3.5.x← Head:proper-attribute📝 Commits (1)
0d4413cSwitch 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.