doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Fix fetch from array storage #98

Open sshymko opened 4 years ago

sshymko commented 4 years ago

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