Skip to content

Commit a784bf2

Browse files
committed
bug #13087 Update link for (No|Admin)Recipient (kesselb)
This PR was merged into the 5.0 branch. Discussion ---------- Update link for (No|Admin)Recipient Looks like there is ` to much hence breaking the link. ![image](https://user-images.githubusercontent.com/3902676/74105011-6c0aac00-4b5a-11ea-92b0-b2df8c877a12.png) https://symfony.com/doc/current/notifier#creating-sending-notifications <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 7cc5025 Update link for (No|Admin)Recipient
2 parents 48410b7 + 7cc5025 commit a784bf2

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)