[PR #87] [CLOSED] Fix DynamoDbStorage::find #115

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/87
Author: @jonny-no1
Created: 9/22/2017
Status: Closed

Base: masterHead: dynamo-find


📝 Commits (1)

  • a5a0423 getItem() will always return Aws\Result

📊 Changes

2 files changed (+7 additions, -3 deletions)

View changed files

📝 lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php (+1 -1)
📝 tests/Doctrine/Tests/KeyValueStore/Storage/DynamoDbTest.php (+6 -2)

📄 Description

Duplicate of (abandoned) https://github.com/doctrine/KeyValueStore/pull/84.

As per method signature:

/**
 * @method \Aws\Result getItem(array $args = [])
 */

🔄 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/87 **Author:** [@jonny-no1](https://github.com/jonny-no1) **Created:** 9/22/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dynamo-find` --- ### 📝 Commits (1) - [`a5a0423`](https://github.com/doctrine/KeyValueStore/commit/a5a0423bde2135187ef5e8142dadff14d04227af) getItem() will always return Aws\Result ### 📊 Changes **2 files changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php` (+1 -1) 📝 `tests/Doctrine/Tests/KeyValueStore/Storage/DynamoDbTest.php` (+6 -2) </details> ### 📄 Description Duplicate of (abandoned) https://github.com/doctrine/KeyValueStore/pull/84. As per [method signature](https://github.com/aws/aws-sdk-php/blob/3.36.13/src/DynamoDb/DynamoDbClient.php#L26): ```php /** * @method \Aws\Result getItem(array $args = []) */ ``` --- <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:15 +01:00
admin closed this issue 2026-01-23 11:35:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#115