From fc81760b5401f5946b499e1ce1e5f37d1ef1130a Mon Sep 17 00:00:00 2001 From: alexndlm Date: Wed, 5 Oct 2016 14:16:47 +0300 Subject: [PATCH] Update events.rst https://github.com/doctrine/doctrine2/pull/169 --- docs/en/reference/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/events.rst b/docs/en/reference/events.rst index 171adca02..5a18a1806 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -179,7 +179,7 @@ the life-time of their registered entities. allows providing fallback metadata even when no actual metadata exists or could be found. This event is not a lifecycle callback. - preFlush - The preFlush event occurs at the very beginning of a flush - operation. This event is not a lifecycle callback. + operation. - onFlush - The onFlush event occurs after the change-sets of all managed entities are computed. This event is not a lifecycle callback.