mirror of
https://github.com/doctrine/skeleton-mapper.git
synced 2026-03-24 00:32:16 +01:00
[PR #17] [MERGED] Apply Doctrine Coding Standards 5.0 #24
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/skeleton-mapper/pull/17
Author: @jwage
Created: 9/30/2018
Status: ✅ Merged
Merged: 9/30/2018
Merged by: @jwage
Base:
master← Head:coding-standard-5📝 Commits (1)
c5496f7Apply Doctrine Coding Standards 5.0📊 Changes
24 files changed (+145 additions, -438 deletions)
View changed files
📝
.gitignore(+0 -1)📝
composer.json(+6 -2)📝
composer.lock(+110 -387)📝
lib/Doctrine/SkeletonMapper/DataRepository/ArrayObjectDataRepository.php(+1 -1)📝
lib/Doctrine/SkeletonMapper/Event/OnClearEventArgs.php(+0 -2)📝
lib/Doctrine/SkeletonMapper/Event/PreUpdateEventArgs.php(+0 -7)📝
lib/Doctrine/SkeletonMapper/Hydrator/BasicObjectHydrator.php(+0 -1)📝
lib/Doctrine/SkeletonMapper/Hydrator/ObjectHydratorInterface.php(+0 -1)📝
lib/Doctrine/SkeletonMapper/Mapping/ClassMetadata.php(+3 -4)📝
lib/Doctrine/SkeletonMapper/Mapping/ClassMetadataInterface.php(+1 -1)📝
lib/Doctrine/SkeletonMapper/ObjectIdentityMap.php(+1 -1)📝
lib/Doctrine/SkeletonMapper/ObjectManager.php(+0 -1)📝
lib/Doctrine/SkeletonMapper/ObjectRepository/ObjectRepository.php(+0 -1)📝
lib/Doctrine/SkeletonMapper/Persister/BasicObjectPersister.php(+2 -2)📝
lib/Doctrine/SkeletonMapper/Persister/ObjectPersisterFactory.php(+2 -1)📝
lib/Doctrine/SkeletonMapper/Persister/PersistableInterface.php(+0 -1)📝
lib/Doctrine/SkeletonMapper/UnitOfWork.php(+4 -4)📝
tests/Doctrine/SkeletonMapper/Tests/Collections/LazyCollectionTest.php(+1 -1)📝
tests/Doctrine/SkeletonMapper/Tests/Mapping/ClassMetadataTest.php(+2 -1)📝
tests/Doctrine/SkeletonMapper/Tests/Model/Address.php(+0 -4)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.