From e873351624bea86e0d6136b1368349e78dc21046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Ros=C3=A0s?= Date: Thu, 23 Aug 2012 21:51:33 +0300 Subject: [PATCH] Remove "before the lists of scheduled changes are cleared" It is not true. --- en/reference/events.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/reference/events.rst b/en/reference/events.rst index dac8ce557..9596c0e6d 100644 --- a/en/reference/events.rst +++ b/en/reference/events.rst @@ -511,8 +511,7 @@ The following restrictions apply to the onFlush event: postFlush ~~~~~~~~~ -``postFlush`` is called at the end of ``EntityManager#flush()`` before the -lists of scheduled changes are cleared. ``EntityManager#flush()`` can be +``postFlush`` is called at the end of ``EntityManager#flush()``. ``EntityManager#flush()`` can be called safely inside its listeners. .. code-block:: php