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
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