Skip to content

Commit 79e2216

Browse files
committed
Rephrased linking paragraph for Lifecycle events
1 parent 20ba9e0 commit 79e2216

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

book/doctrine.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,8 +1345,10 @@ the current date, only when the entity is first persisted (i.e. inserted):
13451345

13461346
Now, right before the entity is first persisted, Doctrine will automatically
13471347
call this method and the ``createdAt`` field will be set to the current date.
1348-
For more information on other lifecycle events and lifecycle callbacks in
1349-
general, see Doctrine's `Lifecycle Events documentation`_.
1348+
1349+
There are several other lifecycle events that you can hook into. For more
1350+
information on other lifecycle events and lifecycle callbacks in general, see
1351+
Doctrine's `Lifecycle Events documentation`_.
13501352

13511353
.. sidebar:: Lifecycle Callbacks and Event Listeners
13521354

0 commit comments

Comments
 (0)