@@ -863,10 +863,12 @@ dispatched. Listeners receive a
863863The ``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
871873Listeners receive a
872874:class: `Symfony\\ Component\\ Notifier\\ Event\\ FailedMessageEvent ` event::
@@ -887,11 +889,11 @@ Listeners receive a
887889The ``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;
0 commit comments