Skip to content

Commit 7cc5025

Browse files
authored
Update link for (No|Admin)Recipient
Looks like there is ` to much hence breaking the link.
1 parent 48410b7 commit 7cc5025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notifier.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,16 +354,16 @@ set the notification content and icon.
354354

355355
Symfony provides three types of recipients:
356356

357-
:class:`Symfony\\Component\\Notifier\\Recipient\\NoRecipient``
357+
:class:`Symfony\\Component\\Notifier\\Recipient\\NoRecipient`
358358
This is the default and is useful when there is no need to have
359359
information about the receiver. For example, the browser channel uses
360360
the current requests's :ref:`session flashbag <flash-messages>`;
361361

362-
:class:`Symfony\\Component\\Notifier\\Recipient\\Recipient``
362+
:class:`Symfony\\Component\\Notifier\\Recipient\\Recipient`
363363
This contains only the email address of the user and can be used for
364364
messages on the email and browser channel;
365365

366-
:class:`Symfony\\Component\\Notifier\\Recipient\\AdminRecipient``.
366+
:class:`Symfony\\Component\\Notifier\\Recipient\\AdminRecipient`
367367
This can contain both email address and phonenumber of the user. This
368368
recipient can be used for all channels (depending on whether they are
369369
actually set).

0 commit comments

Comments
 (0)