Skip to content

Commit 5b2d656

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: fix typo in notifier doc
2 parents 99a0a12 + cb8bd97 commit 5b2d656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notifier.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ Using Events
943943
The :class:`Symfony\\Component\\Notifier\\Transport` class of the Notifier component
944944
allows you to optionally hook into the lifecycle via events.
945945

946-
The ``MessageEvent::class`` Event
947-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
946+
The ``MessageEvent`` Event
947+
~~~~~~~~~~~~~~~~~~~~~~~~~~
948948

949949
**Typical Purposes**: Doing something before the message is sent (like logging
950950
which message is going to be sent, or displaying something about the event

0 commit comments

Comments
 (0)