1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#1264 - removing backtick

This commit is contained in:
Marco Pivetta 2015-01-20 12:11:39 +01:00
parent daf2763894
commit 542d9b664b

View File

@ -320,7 +320,7 @@ 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. It`s still not replaced everywhere,
to extend the EntityManager if you need. It's still not replaced everywhere,
so you still have to be careful.
DQL Improvements