Skip to content

Commit cfe726f

Browse files
committed
Minor tweak
1 parent a9b5e53 commit cfe726f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

notifier.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -556,15 +556,13 @@ and
556556
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
557557
also exists to modify messages send to those channels.
558558

559-
Development & Debugging
560-
-----------------------
561-
562559
Disabling Delivery
563-
~~~~~~~~~~~~~~~~~~
560+
------------------
564561

565-
While developing (or testing), you may want to disable delivery of notifications entirely.
566-
You can do this by forcing Notifier to use the ``NullTransport`` for all configured texter
567-
and chatter transports in only the ``dev`` (or respectively ``test``) environment:
562+
While developing (or testing), you may want to disable delivery of notifications
563+
entirely. You can do this by forcing Notifier to use the ``NullTransport`` for
564+
all configured texter and chatter transports only in the ``dev`` (and/or
565+
``test``) environment:
568566

569567
.. code-block:: yaml
570568

0 commit comments

Comments
 (0)