File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,16 +354,16 @@ set the notification content and icon.
354354
355355Symfony 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).
You can’t perform that action at this time.
0 commit comments