Skip to content

Commit c330431

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix typo in notifier doc
2 parents ffb0098 + 5b2d656 commit c330431

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

883-
The ``MessageEvent::class`` Event
884-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
883+
The ``MessageEvent`` Event
884+
~~~~~~~~~~~~~~~~~~~~~~~~~~
885885

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

0 commit comments

Comments
 (0)