-
-
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
Update cookbook entries with best practices #5674
Update cookbook entries with best practices #5674
Conversation
JhonnyL
commented
Sep 4, 2015
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | all |
Fixed tickets |
A big 👍 for this change! Thanks @JhonnyL for helping us getting rid of the old Acme bundle. |
👍 |
@JhonnyL Did you make some changes? Looks like some rebase went wrong. |
b66a837
to
4e3ecb0
Compare
@xabbuh Sorry, should be fixed now |
Thank you @JhonnyL. |
This PR was merged into the 2.3 branch. Discussion ---------- Update cookbook entries with best practices | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 4e3ecb0 Update cookbook entries with best practices
@@ -161,17 +161,17 @@ to and from the issue number and the ``Issue`` object:: | |||
namespace AppBundle\Form\DataTransformer; | |||
|
|||
use AppBundle\Entity\Issue; | |||
use Doctrine\Common\Persistence\EntityManager; | |||
use Doctrine\Common\Persistence\ObjectManager; |
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.
the changes in this document seems not to be related to this PR (but to #5666 instead, which I just merged).