mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #68] [MERGED] Removed space before logical negation operator #95
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/68
Author: @EmanueleMinotto
Created: 12/20/2015
Status: ✅ Merged
Merged: 12/30/2015
Merged by: @Ocramius
Base:
master← Head:enhancement/coding-style📝 Commits (1)
fe1e155coding style📊 Changes
21 files changed (+39 additions, -39 deletions)
View changed files
📝
.php_cs(+0 -1)📝
lib/Doctrine/KeyValueStore/Configuration.php(+3 -3)📝
lib/Doctrine/KeyValueStore/Http/Response.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Http/SocketClient.php(+2 -2)📝
lib/Doctrine/KeyValueStore/Id/CompositeIdHandler.php(+3 -3)📝
lib/Doctrine/KeyValueStore/Mapping/AnnotationDriver.php(+2 -2)📝
lib/Doctrine/KeyValueStore/Mapping/ClassMetadata.php(+2 -1)📝
lib/Doctrine/KeyValueStore/Mapping/ClassMetadataFactory.php(+2 -2)📝
lib/Doctrine/KeyValueStore/Query/RangeQuery.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/AzureSdkTableStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/CassandraStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/CouchDbStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/DBALStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/DoctrineCacheStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/RedisStorage.php(+1 -1)📝
lib/Doctrine/KeyValueStore/Storage/RiakStorage.php(+2 -2)📝
lib/Doctrine/KeyValueStore/Storage/WindowsAzureTableStorage.php(+2 -2)📝
lib/Doctrine/KeyValueStore/UnitOfWork.php(+7 -7)📝
tests/Doctrine/Tests/KeyValueStore/Functional/Storage/CassandraTest.php(+1 -1)📝
tests/Doctrine/Tests/KeyValueStore/Storage/AbstractStorageTestCase.php(+4 -4)...and 1 more files
📄 Description
It's not included in https://github.com/doctrine/coding-standard and also a bad practice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.