From 1d59e46245d022ed7ffa413c3b8a55e742b7c42f Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 29 Apr 2022 16:25:10 +0200 Subject: [PATCH] use valid link syntax --- 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 f1ae35f75d..c697eda9b2 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -615,7 +615,7 @@ Changes to associations of the updated entity are never allowed in this event, since Doctrine cannot guarantee to correctly handle referential integrity at this point of the flush operation. This event has a powerful feature however, it is executed with a -`_PreUpdateEventArgs`_ instance, which contains a reference to the +`PreUpdateEventArgs`_ instance, which contains a reference to the computed change-set of this entity. This means you have access to all the fields that have changed for