[PR #56] [MERGED] Added deprecation annotation #83

Open
opened 2026-01-23 11:35:08 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: deprecations


📝 Commits (1)

  • a7659c3 added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/KeyValueStore/pull/56 **Author:** [@EmanueleMinotto](https://github.com/EmanueleMinotto) **Created:** 11/15/2015 **Status:** ✅ Merged **Merged:** 12/9/2015 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `deprecations` --- ### 📝 Commits (1) - [`a7659c3`](https://github.com/doctrine/KeyValueStore/commit/a7659c3d3384f19c86fde575e2014974d722b796) added deprecation annotation ### 📊 Changes **8 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description These classes are currently used only for the deprecated `WindowsAzureTableStorage`, so imo should be marked as deprecated too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:35:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#83