Skip to content

Commit ed50e3d

Browse files
authored
Merge pull request #9698 from ThomasLandauer/patch-8
2 parents 4af1aa3 + 1d59e46 commit ed50e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ Changes to associations of the updated entity are never allowed in
615615
this event, since Doctrine cannot guarantee to correctly handle
616616
referential integrity at this point of the flush operation. This
617617
event has a powerful feature however, it is executed with a
618-
`_PreUpdateEventArgs`_ instance, which contains a reference to the
618+
`PreUpdateEventArgs`_ instance, which contains a reference to the
619619
computed change-set of this entity.
620620

621621
This means you have access to all the fields that have changed for

0 commit comments

Comments
 (0)