[PR #98] Fix fetch from array storage #120

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/KeyValueStore/pull/98
Author: @sshymko
Created: 5/18/2020
Status: 🔄 Open

Base: masterHead: array_storage_find_fix


📝 Commits (1)

  • 60dd7da Fix fetch from array storage

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 lib/Doctrine/KeyValueStore/Storage/ArrayStorage.php (+1 -1)

📄 Description

Implementation of \Doctrine\KeyValueStore\Storage\ArrayStorage::find() has been copy-pasted from delete() including the unset logic instead of replacing it with return.


🔄 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/98 **Author:** [@sshymko](https://github.com/sshymko) **Created:** 5/18/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `array_storage_find_fix` --- ### 📝 Commits (1) - [`60dd7da`](https://github.com/doctrine/KeyValueStore/commit/60dd7daac225838719636b4c1bf0a20ffb2fab63) Fix fetch from array storage ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/KeyValueStore/Storage/ArrayStorage.php` (+1 -1) </details> ### 📄 Description Implementation of `\Doctrine\KeyValueStore\Storage\ArrayStorage::find()` has been copy-pasted from `delete()` including the unset logic instead of replacing it with return. --- <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:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/KeyValueStore#120