File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -556,15 +556,13 @@ and
556556:class: `Symfony\\ Component\\ Notifier\\ Notification\\ EmailNotificationInterface `
557557also exists to modify messages send to those channels.
558558
559- Development & Debugging
560- -----------------------
561-
562559Disabling 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
You can’t perform that action at this time.
0 commit comments