mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #62] [MERGED] Coding tools #91
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/62
Author: @EmanueleMinotto
Created: 12/13/2015
Status: ✅ Merged
Merged: 12/13/2015
Merged by: @Ocramius
Base:
master← Head:enhancement/coding-tools📝 Commits (4)
f2ef7d7added editorconfig configuration8248672added php-ca-fixer configurationa3827e9php-cs round50de140prevent complex (curly) syntax📊 Changes
65 files changed (+926 additions, -460 deletions)
View changed files
➕
.editorconfig(+15 -0)➕
.php_cs(+83 -0)📝
docs/reference/basic-usage.rst(+1 -1)📝
docs/reference/configuration.rst(+2 -2)📝
lib/Doctrine/KeyValueStore/Configuration.php(+9 -5)📝
lib/Doctrine/KeyValueStore/EntityManager.php(+7 -7)📝
lib/Doctrine/KeyValueStore/Http/Client.php(+6 -3)📝
lib/Doctrine/KeyValueStore/Http/Response.php(+5 -2)📝
lib/Doctrine/KeyValueStore/Http/SocketClient.php(+16 -12)📝
lib/Doctrine/KeyValueStore/Id/CompositeIdHandler.php(+6 -5)📝
lib/Doctrine/KeyValueStore/Id/IdConverterStrategy.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Id/IdHandlingStrategy.php(+6 -2)📝
lib/Doctrine/KeyValueStore/Id/NullIdConverter.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Id/SingleIdHandler.php(+1 -0)📝
lib/Doctrine/KeyValueStore/KeyValueStoreException.php(+2 -1)📝
lib/Doctrine/KeyValueStore/Mapping/AnnotationDriver.php(+8 -6)📝
lib/Doctrine/KeyValueStore/Mapping/Annotations/Entity.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Mapping/Annotations/Id.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Mapping/Annotations/Transient.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Mapping/ClassMetadata.php(+17 -7)...and 45 more files
📄 Description
Added a couple of coding tools:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.