You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
symfony/doctrine-bridge has added type hints to the DocumentType that are for the ORM QueryBuilder, it's also next to impossible to add a typehint there because the typehints are all different (phpcr, mongodb, ...)
How to reproduce
use a DocumentType with a Doctrine PHPCR implementation
Possible Solution
Remove the typehint because there is no common interface