@@ -56,7 +56,7 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=FROM``
56
56
Nexmo ``symfony/nexmo-notifier `` ``nexmo://KEY:SECRET@default?from=FROM ``
57
57
======= =========================== ========================================
58
58
59
- To enable a texter, add the add the correct DSN in your ``.env `` file and
59
+ To enable a texter, add the correct DSN in your ``.env `` file and
60
60
configure the ``texter_transports ``:
61
61
62
62
.. code-block :: bash
@@ -354,16 +354,16 @@ set the notification content and icon.
354
354
355
355
Symfony provides three types of recipients:
356
356
357
- :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ NoRecipient` `
357
+ :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ NoRecipient `
358
358
This is the default and is useful when there is no need to have
359
359
information about the receiver. For example, the browser channel uses
360
360
the current requests's :ref: `session flashbag <flash-messages >`;
361
361
362
- :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ Recipient` `
362
+ :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ Recipient `
363
363
This contains only the email address of the user and can be used for
364
364
messages on the email and browser channel;
365
365
366
- :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ AdminRecipient` `.
366
+ :class: `Symfony\\ Component\\ Notifier\\ Recipient\\ AdminRecipient `
367
367
This can contain both email address and phonenumber of the user. This
368
368
recipient can be used for all channels (depending on whether they are
369
369
actually set).
0 commit comments