FormBundle icon indicating copy to clipboard operation
FormBundle copied to clipboard

Change type hinting to allow others EntityManagerInterfaces

Open Arnadus opened this issue 10 years ago • 2 comments

I'm using a decorated version of EntityManager in my project (see: EntityManagerDecorator) and the previous type hinting did not allow me to used this bundle.

Works well with this little change.

Arnadus avatar Jan 12 '15 10:01 Arnadus

EntityManagerInterface requires Doctrine 2.4 or higher.

XWB avatar Feb 03 '15 15:02 XWB

Hm, maybe we should remove the type hinting here?

Gregwar avatar Feb 03 '15 16:02 Gregwar