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

The Doctrine\KeyValueStore\EntityManager class is imported twice in documentation #19

Closed cpliakas closed 10 years ago

cpliakas commented 10 years ago

Not a big deal, but the Doctrine\KeyValueStore\EntityManager is imported twice in the example code. Therefore copy-and-pasting as-is will result in a fatal error.

Thanks! Chris