Skip to content

Commit 881ebd8

Browse files
committed
minor #17504 [Notifier] Fix class (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Fix class Fixes #17503 Commits ------- 5f3d75b [Notifier] Fix class
2 parents c5cfa31 + 5f3d75b commit 881ebd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notifier/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Using Events
99
The ``MessageEvent``, ``FailedMessageEvent`` and ``SentMessageEvent`` were
1010
introduced in Symfony 5.4.
1111

12-
The class:``...\\..\\Transport`` of the Notifier component allows you to optionally hook
13-
into the lifecycle via events.
12+
The :class:`Symfony\\Component\\Notifier\\Transport`` class of the Notifier component
13+
allows you to optionally hook into the lifecycle via events.
1414

1515
The ``MessageEvent::class`` Event
1616
---------------------------------

0 commit comments

Comments
 (0)