FormBundle
                                
                                 FormBundle copied to clipboard
                                
                                    FormBundle copied to clipboard
                            
                            
                            
                        Change type hinting to allow others EntityManagerInterfaces
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.
EntityManagerInterface requires Doctrine 2.4 or higher.
Hm, maybe we should remove the type hinting here?