-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update migration_2_5.rst #1271
Update migration_2_5.rst #1271
Conversation
Fixed some formatting issues and typos.
Hello, thank you for creating this pull request. However did not open it on the "master" Please open the pull request again for the "master" branch and close Nevertheless I have opened a Jira ticket for this Pull Request to track this http://www.doctrine-project.org/jira/browse/DDC-3523 We use Jira to track the state of pull requests and the versions they got |
@kix thanks for the fixes! |
@@ -320,27 +320,27 @@ Better support for EntityManagerInterface | |||
Many of the locations where previously only the ``Doctrine\ORM\EntityManager`` | |||
was allowed are now changed to accept the ``EntityManagerInterface`` that was | |||
introduced in 2.4. This allows you to more easily use the decorator pattern | |||
to extend the EntityManager if you need. Its still not replaced everywhere, | |||
to extend the EntityManager if you need. It`s still not replaced everywhere, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should not be a backtick
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stof this was fixed when merging branch UpgradingDocs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, sorry. And thanks, @Ocramius!
Fixed some formatting issues and typos.