[PR #12269] [MERGED] Undo merge from 3.6.x into 3.5.x #13637

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

📋 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.xHead: 3.5.x


📝 Commits (1)

  • 37f76a8 Undo 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/12269 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `3.5.x` ← **Head:** `3.5.x` --- ### 📝 Commits (1) - [`37f76a8`](https://github.com/doctrine/orm/commit/37f76a8381cbca47c53dfd56909ffc90bc51192d) Undo merge from 3.6.x into 3.5.x ### 📊 Changes **76 files changed** (+215 additions, -1021 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Fixes https://github.com/doctrine/orm/issues/12267 --- <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:53 +01:00
admin closed this issue 2026-01-22 16:17:54 +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#13637