diff --git a/docs/en/reference/events.rst b/docs/en/reference/events.rst index abafcc9d4..df8c594bc 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -535,8 +535,8 @@ The following restrictions apply to the onFlush event: postFlush ~~~~~~~~~ -``postFlush`` is called at the end of ``EntityManager#flush()``. ``EntityManager#flush()`` can be -called safely inside its listeners. +``postFlush`` is called at the end of ``EntityManager#flush()``. +``EntityManager#flush()`` can **NOT** be called safely inside its listeners. .. code-block:: php