[PR #407] [MERGED] DDC-1939 - Removing references to non-existing AssociationMapping class #8143

Closed
opened 2026-01-22 15:58:36 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/407
Author: @Ocramius
Created: 7/24/2012
Status: Merged
Merged: 7/29/2012
Merged by: @beberlei

Base: masterHead: DDC-1939


📝 Commits (1)

  • aa0cb0b DDC-1939 - Removing references to non-existing AssociationMapping class

📊 Changes

6 files changed (+3 additions, -6 deletions)

View changed files

📝 lib/Doctrine/ORM/PersistentCollection.php (+1 -1)
📝 lib/Doctrine/ORM/Persisters/ManyToManyPersister.php (+1 -1)
📝 lib/Doctrine/ORM/Proxy/ProxyFactory.php (+0 -1)
📝 lib/Doctrine/ORM/Query/QueryException.php (+1 -1)
📝 lib/Doctrine/ORM/Tools/EntityGenerator.php (+0 -1)
📝 lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php (+0 -1)

📄 Description

This fixes DDC-1939, which is caused by an overlooked usage of Doctrine\ORM\Mapping\AssociationMapping, which was removed.


🔄 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/407 **Author:** [@Ocramius](https://github.com/Ocramius) **Created:** 7/24/2012 **Status:** ✅ Merged **Merged:** 7/29/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1939` --- ### 📝 Commits (1) - [`aa0cb0b`](https://github.com/doctrine/orm/commit/aa0cb0b6d71eefded075e8063387a6c0e545722e) DDC-1939 - Removing references to non-existing AssociationMapping class ### 📊 Changes **6 files changed** (+3 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/PersistentCollection.php` (+1 -1) 📝 `lib/Doctrine/ORM/Persisters/ManyToManyPersister.php` (+1 -1) 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+0 -1) 📝 `lib/Doctrine/ORM/Query/QueryException.php` (+1 -1) 📝 `lib/Doctrine/ORM/Tools/EntityGenerator.php` (+0 -1) 📝 `lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php` (+0 -1) </details> ### 📄 Description This fixes DDC-1939, which is caused by an overlooked usage of `Doctrine\ORM\Mapping\AssociationMapping`, which was removed. --- <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 15:58:36 +01:00
admin closed this issue 2026-01-22 15:58:37 +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#8143