Skip to content

Commit a671edf

Browse files
committed
Minor tweaks
1 parent d2623d8 commit a671edf

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

notifier.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -863,10 +863,12 @@ dispatched. Listeners receive a
863863
The ``FailedMessageEvent`` Event
864864
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
865865

866-
**Typical Purposes**: Doing something before the exception is thrown (Retry to send the message or log additional information).
866+
**Typical Purposes**: Doing something before the exception is thrown
867+
(Retry to send the message or log additional information).
867868

868-
Whenever an exception is thrown while sending the message, the event class ``FailedMessageEvent`` is
869-
dispatched. A listener can do anything useful before the exception is thrown.
869+
Whenever an exception is thrown while sending the message, the event class
870+
``FailedMessageEvent`` is dispatched. A listener can do anything useful before
871+
the exception is thrown.
870872

871873
Listeners receive a
872874
:class:`Symfony\\Component\\Notifier\\Event\\FailedMessageEvent` event::
@@ -887,11 +889,11 @@ Listeners receive a
887889
The ``SentMessageEvent`` Event
888890
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
889891

890-
**Typical Purposes**: To perform some action when the message is successfully sent (like retrieve the id returned
891-
when the message is sent).
892+
**Typical Purposes**: To perform some action when the message is successfully
893+
sent (like retrieve the id returned when the message is sent).
892894

893-
After the message has been successfully sent, the event class ``SentMessageEvent`` is
894-
dispatched. Listeners receive a
895+
After the message has been successfully sent, the event class ``SentMessageEvent``
896+
is dispatched. Listeners receive a
895897
:class:`Symfony\\Component\\Notifier\\Event\\SentMessageEvent` event::
896898

897899
use Symfony\Component\Notifier\Event\SentMessageEvent;

notifier/discord.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Discord Notifier
55
================
66

7+
The Discord Notifier package allows to use Discord via the Symfony Notifier
8+
component. Read the :doc:`main Notifier docs </notifier>` to learn about installing
9+
and configuring that component.
10+
711
Adding Interactions to a Message
812
--------------------------------
913

notifier/slack.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Slack Notifier
55
==============
66

7+
The Slack Notifier package allows to use Slack via the Symfony Notifier
8+
component. Read the :doc:`main Notifier docs </notifier>` to learn about installing
9+
and configuring that component.
10+
711
Adding Interactions to a Message
812
--------------------------------
913

notifier/teams.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Microsoft Teams Notifier
55
========================
66

7+
The Microsoft Teams Notifier package allows to use Microsoft Teams via the Symfony
8+
Notifier component. Read the :doc:`main Notifier docs </notifier>` to learn about
9+
installing and configuring that component.
10+
711
Adding text to a Message
812
------------------------
913

notifier/telegram.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Telegram Notifier
55
=================
66

7+
The Telegram Notifier package allows to use Telegram via the Symfony Notifier
8+
component. Read the :doc:`main Notifier docs </notifier>` to learn about installing
9+
and configuring that component.
10+
711
Adding Interactions to a Message
812
--------------------------------
913

0 commit comments

Comments
 (0)