KeyValueStore icon indicating copy to clipboard operation
KeyValueStore copied to clipboard

Fix fetch from array storage

Open sshymko opened this issue 5 years ago • 0 comments

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

sshymko avatar May 18 '20 00:05 sshymko