mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #56] [MERGED] Added deprecation annotation #83
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/56
Author: @EmanueleMinotto
Created: 11/15/2015
Status: ✅ Merged
Merged: 12/9/2015
Merged by: @Ocramius
Base:
master← Head:deprecations📝 Commits (1)
a7659c3added deprecation annotation📊 Changes
8 files changed (+14 additions, -1 deletions)
View changed files
📝
lib/Doctrine/KeyValueStore/Http/Client.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Http/Response.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Http/SocketClient.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Storage/WindowsAzureTable/AuthorizationSchema.php(+1 -0)📝
lib/Doctrine/KeyValueStore/Storage/WindowsAzureTable/HttpStorageException.php(+3 -0)📝
lib/Doctrine/KeyValueStore/Storage/WindowsAzureTable/SharedKeyAuthorization.php(+3 -0)📝
lib/Doctrine/KeyValueStore/Storage/WindowsAzureTable/SharedKeyLiteAuthorization.php(+3 -0)📝
lib/Doctrine/KeyValueStore/Storage/WindowsAzureTableStorage.php(+1 -1)📄 Description
These classes are currently used only for the deprecated
WindowsAzureTableStorage, so imo should be marked as deprecated too.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.