doctrine / phpcr-odm

Doctrine PHPCR ODM
http://www.doctrine-project.org/projects/phpcr-odm.html
MIT License
183 stars 97 forks source link

ObjectManager::find requires class name #862

Closed dbu closed 9 months ago

dbu commented 9 months ago

new versions of doctrine/persistence force the $className argument of ObjectManager::find to be string.

phpcr-odm allows to find without specifying the class. we need to add a new method for this use case that does not have a className argument at all in Doctrine\ODM\PHPCR\DocumentManagerInterface and update the documentation

dbu commented 9 months ago

fixed in #864