mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12214] [MERGED] Stop using deprecated Collections constants #13579
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/12214
Author: @derrabus
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @derrabus
Base:
3.6.x← Head:improvement/collections-constants📝 Commits (1)
c56ab20Stop using deprecated Collections constants📊 Changes
5 files changed (+11 additions, -24 deletions)
View changed files
📝
src/Mapping/Driver/XmlDriver.php(+2 -11)📝
tests/Tests/ORM/Functional/ManyToManyBasicAssociationTest.php(+2 -3)📝
tests/Tests/ORM/Functional/Ticket/GH7820Test.php(+1 -2)📝
tests/Tests/ORM/Mapping/XmlMappingDriverTest.php(+4 -5)📝
tests/Tests/ORM/QueryBuilderTest.php(+2 -3)📄 Description
The new
Orderenum should always be available, so we can remove the conditional fallback logic everywhere.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.