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
556
556
:class: `Symfony\\ Component\\ Notifier\\ Notification\\ EmailNotificationInterface `
557
557
also exists to modify messages send to those channels.
558
558
559
- Development & Debugging
560
- -----------------------
561
-
562
559
Disabling Delivery
563
- ~~~~~~~~~~~~~~~~~~
560
+ ------------------
564
561
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:
568
566
569
567
.. code-block :: yaml
570
568
You can’t perform that action at this time.
0 commit comments