mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #33] [MERGED] PHPCS based on doctrine/coding-standard #68
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/KeyValueStore/pull/33
Author: @EmanueleMinotto
Created: 8/20/2015
Status: ✅ Merged
Merged: 9/12/2015
Merged by: @beberlei
Base:
master← Head:coding-standard📝 Commits (2)
d5690b4PHPCS based on doctrine/coding-standarde775ffbInline control structures are not allowed📊 Changes
34 files changed (+278 additions, -238 deletions)
View changed files
📝
lib/Doctrine/KeyValueStore/Configuration.php(+3 -4)📝
lib/Doctrine/KeyValueStore/EntityManager.php(+0 -1)📝
lib/Doctrine/KeyValueStore/Http/Client.php(+1 -2)📝
lib/Doctrine/KeyValueStore/Http/Response.php(+3 -4)📝
lib/Doctrine/KeyValueStore/Http/SocketClient.php(+41 -44)📝
lib/Doctrine/KeyValueStore/Id/CompositeIdHandler.php(+4 -3)📝
lib/Doctrine/KeyValueStore/Id/IdConverterStrategy.php(+2 -3)📝
lib/Doctrine/KeyValueStore/Id/IdHandlingStrategy.php(+3 -4)📝
lib/Doctrine/KeyValueStore/Id/NullIdConverter.php(+0 -1)📝
lib/Doctrine/KeyValueStore/Id/SingleIdHandler.php(+0 -1)📝
lib/Doctrine/KeyValueStore/KeyValueStoreException.php(+1 -2)📝
lib/Doctrine/KeyValueStore/Mapping/AnnotationDriver.php(+12 -7)📝
lib/Doctrine/KeyValueStore/Mapping/Annotations/Entity.php(+0 -1)📝
lib/Doctrine/KeyValueStore/Mapping/Annotations/Id.php(+0 -1)📝
lib/Doctrine/KeyValueStore/Mapping/Annotations/Transient.php(+0 -1)📝
lib/Doctrine/KeyValueStore/Mapping/ClassMetadata.php(+55 -26)📝
lib/Doctrine/KeyValueStore/Mapping/ClassMetadataFactory.php(+4 -5)📝
lib/Doctrine/KeyValueStore/NotFoundException.php(+0 -2)📝
lib/Doctrine/KeyValueStore/Query/RangeQuery.php(+17 -15)📝
lib/Doctrine/KeyValueStore/Query/RangeQueryStorage.php(+1 -2)...and 14 more files
📄 Description
Fixed the coding style with doctrine/coding-standard.
Still missing 2 warnings, but don't know how to replace them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.