1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #1528 from sprain/fix-typo-doc

Fixed typo in 9.6.7 of docs
This commit is contained in:
Marco Pivetta 2015-10-05 16:45:19 -03:00
commit e91bce5f2a

View File

@ -740,7 +740,7 @@ The three post events are called inside ``EntityManager#flush()``.
Changes in here are not relevant to the persistence in the
database, but you can use these events to alter non-persistable items,
like non-mapped fields, logging or even associated classes that are
directly mapped by Doctrine.
not directly mapped by Doctrine.
postLoad
~~~~~~~~