mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #477] [MERGED] fixed typo/bug and CS on use statements #8250
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/477
Author: @jakoch
Created: 10/12/2012
Status: ✅ Merged
Merged: 10/12/2012
Merged by: @beberlei
Base:
master← Head:master📝 Commits (2)
ec5ad71fix typod4a6c48fixed use statements📊 Changes
42 files changed (+186 additions, -149 deletions)
View changed files
📝
lib/Doctrine/ORM/Configuration.php(+12 -12)📝
lib/Doctrine/ORM/EntityManager.php(+10 -10)📝
lib/Doctrine/ORM/EntityRepository.php(+1 -1)📝
lib/Doctrine/ORM/Event/PreUpdateEventArgs.php(+2 -2)📝
lib/Doctrine/ORM/Id/SequenceGenerator.php(+2 -1)📝
lib/Doctrine/ORM/Id/UuidGenerator.php(+2 -1)📝
lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php(+6 -6)📝
lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php(+3 -1)📝
lib/Doctrine/ORM/Internal/Hydration/HydrationException.php(+17 -0)📝
lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php(+6 -6)📝
lib/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php(+3 -3)📝
lib/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php(+0 -1)📝
lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php(+2 -2)📝
lib/Doctrine/ORM/Mapping/Builder/FieldBuilder.php(+0 -1)📝
lib/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php(+0 -1)📝
lib/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php(+0 -1)📝
lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(+10 -10)📝
lib/Doctrine/ORM/Persisters/AbstractCollectionPersister.php(+2 -2)📝
lib/Doctrine/ORM/Persisters/AbstractEntityInheritancePersister.php(+2 -2)📝
lib/Doctrine/ORM/Persisters/ManyToManyPersister.php(+3 -3)...and 22 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.