mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #475] [CLOSED] fix CS #8251
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/475
Author: @jakoch
Created: 10/12/2012
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
7449b3badded PSR2 check - let's face the truth0ce0ccaadded PSR2 check - let's face the truthd11746eadded php-cs-fixer - let's face the truthb8cc929ignore netbeans folder5449333switching run orderad90577QA - PSR2 (removed unused use statements, fixed some white-lines, added missing license header)📊 Changes
70 files changed (+279 additions, -258 deletions)
View changed files
📝
.gitignore(+12 -11)📝
.travis.yml(+8 -1)📝
lib/Doctrine/ORM/AbstractQuery.php(+0 -1)📝
lib/Doctrine/ORM/Configuration.php(+12 -12)📝
lib/Doctrine/ORM/EntityManager.php(+8 -10)📝
lib/Doctrine/ORM/EntityRepository.php(+1 -1)📝
lib/Doctrine/ORM/Event/PreUpdateEventArgs.php(+1 -3)📝
lib/Doctrine/ORM/Id/SequenceGenerator.php(+2 -1)📝
lib/Doctrine/ORM/Id/UuidGenerator.php(+2 -1)📝
lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php(+5 -6)📝
lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php(+3 -1)📝
lib/Doctrine/ORM/Internal/Hydration/HydrationException.php(+17 -0)📝
lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php(+0 -1)📝
lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php(+4 -6)📝
lib/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php(+2 -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)...and 50 more files
📄 Description
Some CS PSR2 fixes. These fixes should be BC.
@stof if you find the time, please take a look.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.