Skip to content

Commit a61bc46

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Fix 2 small grammar errors/6.4
2 parents bfd060d + b31ad3b commit a61bc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/events.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Doctrine Events
33

44
`Doctrine`_, the set of PHP libraries used by Symfony to work with databases,
55
provides a lightweight event system to update entities during the application
6-
execution. These events, called `lifecycle events`_, allow to perform tasks such
6+
execution. These events, called `lifecycle events`_, allow performing tasks such
77
as *"update the createdAt property automatically right before persisting entities
88
of this type"*.
99

@@ -24,7 +24,7 @@ There are different ways to listen to these Doctrine events:
2424
methods are called for all entities, not only those of a certain type. They are
2525
ideal to **share event logic between entities**.
2626

27-
The performance of each type of listener depends on how many entities applies to:
27+
The performance of each type of listener depends on how many entities it applies to:
2828
lifecycle callbacks are faster than entity listeners, which in turn are faster
2929
than lifecycle listeners.
3030

0 commit comments

Comments
 (0)