mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #407] [MERGED] DDC-1939 - Removing references to non-existing AssociationMapping class #8143
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/407
Author: @Ocramius
Created: 7/24/2012
Status: ✅ Merged
Merged: 7/29/2012
Merged by: @beberlei
Base:
master← Head:DDC-1939📝 Commits (1)
aa0cb0bDDC-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.