Skip to content

Commit

Permalink
Merge pull request #9698 from ThomasLandauer/patch-8
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Apr 29, 2022
2 parents 4af1aa3 + 1d59e46 commit ed50e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed50e3d

Please sign in to comment.