mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #89] [CLOSED] Fix fatal error when dynamodb item is not found #113
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/89
Author: @gustavobatalha
Created: 4/17/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
c829280Fix fatal error when not found dynamodb item854d781Change testTryingToFindAnItemThatDoesNotExist because return type of the getItem method e dont return null but a instance of Aws\Result and this in the get method return null📊 Changes
2 files changed (+6 additions, -3 deletions)
View changed files
📝
lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php(+2 -2)📝
tests/Doctrine/Tests/KeyValueStore/Storage/DynamoDbTest.php(+4 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.