Skip to content

Commit 9c29ec6

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix typo in notifier doc
2 parents db1c5cc + c330431 commit 9c29ec6

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
@@ -905,8 +905,8 @@ Using Events
905905
The :class:`Symfony\\Component\\Notifier\\Transport` class of the Notifier component
906906
allows you to optionally hook into the lifecycle via events.
907907

908-
The ``MessageEvent::class`` Event
909-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
908+
The ``MessageEvent`` Event
909+
~~~~~~~~~~~~~~~~~~~~~~~~~~
910910

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

0 commit comments

Comments
 (0)