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

Avoiding fatalities when using `RedisStorage` #21

Closed andreyvital closed 9 years ago

andreyvital commented 9 years ago

The main goal here is json_decode(..., true); as UoW doesn't handle stdClass, it avoids Fatal error: Cannot use object of type stdClass as array.

:beers: