1
0
mirror of synced 2025-01-30 20:11:49 +03:00

fixed typo in docblock

This commit is contained in:
Daniel Freudenberger 2011-10-22 18:57:48 +02:00
parent 46a3fecb4f
commit 5e28273548

View File

@ -124,7 +124,7 @@ final class Events
* The postFlush event occurs when the EntityManager#flush() operation is invoked and
* after all actual database operations are executed successfully. The event is only raised if there is
* actually something to do for the underlying UnitOfWork. If nothing needs to be done,
* the onFlush event is not raised. The event won't be raised if an error occurs during the
* the postFlush event is not raised. The event won't be raised if an error occurs during the
* flush operation.
*
* @var string