doctrine / phpcr-odm

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

split find into find with required class name and findDocument for finding any document #863

Closed dbu closed 9 months ago

dbu commented 9 months ago

This is a BC break, but one necessary to accomodate future base doctrine versions as the className in ObjectManager::find becomes typed.

fix #862

dbu commented 9 months ago

fixed in #864 without BC breaks.