diff --git a/en/reference/events.rst b/en/reference/events.rst index 340a3ba47..423497a31 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