-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix EntityManager namespace #5666
Conversation
JhonnyL
commented
Sep 2, 2015
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | all |
Fixed tickets | - |
@JhonnyL thanks for reporting this issue. Although your solution works, this other solution is also possible: use Doctrine\Common\Persistence\ObjectManager; And of course, change the typehint from |
and I think the current buggy code comes from a failed attempt at migrating from the ORM-specific typehint to the common interface. |
It was changed from |
@javiereguiluz @stof It was changed to Typehinting the |
@JhonnyL to me it makes sense to rename it to |
👍 |
Thanks, it looks perfect now! |