mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12269] [MERGED] Undo merge from 3.6.x into 3.5.x #13637
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/12269
Author: @greg0ire
Created: 11/11/2025
Status: ✅ Merged
Merged: 11/11/2025
Merged by: @greg0ire
Base:
3.5.x← Head:3.5.x📝 Commits (1)
37f76a8Undo merge from 3.6.x into 3.5.x📊 Changes
76 files changed (+215 additions, -1021 deletions)
View changed files
📝
.github/workflows/continuous-integration.yml(+1 -21)📝
UPGRADE.md(+0 -48)📝
composer.json(+3 -3)📝
docs/en/reference/advanced-configuration.rst(+6 -50)📝
docs/en/reference/dql-doctrine-query-language.rst(+6 -13)📝
phpstan-baseline.neon(+7 -1)📝
phpstan-dbal3.neon(+0 -5)📝
phpstan.neon(+0 -9)📝
src/Internal/Hydration/ScalarColumnHydrator.php(+4 -1)📝
src/Mapping/Builder/AssociationBuilder.php(+0 -7)📝
src/Mapping/Builder/ManyToManyAssociationBuilder.php(+1 -24)📝
src/Mapping/ClassMetadata.php(+2 -2)📝
src/Mapping/Driver/AttributeDriver.php(+4 -10)📝
src/Mapping/Driver/XmlDriver.php(+11 -2)📝
src/Mapping/JoinTableMapping.php(+2 -7)📝
src/Mapping/ManyToManyOwningSideMapping.php(+0 -30)📝
src/Mapping/ToOneOwningSideMapping.php(+1 -21)📝
src/ORMInvalidArgumentException.php(+0 -5)📝
src/ORMSetup.php(+4 -5)📝
src/Proxy/ProxyFactory.php(+0 -5)...and 56 more files
📄 Description
Fixes https://github.com/doctrine/orm/issues/12267
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.