1
0
mirror of synced 2025-03-22 16:03:49 +03:00

Remove "before the lists of scheduled changes are cleared"

It is not true.
This commit is contained in:
Francesc Rosàs 2012-08-23 21:51:33 +03:00
parent 610295f875
commit e873351624

View File

@ -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