Skip to content

Commit c86a514

Browse files
committed
minor #11150 updating spacing (ptrm04)
This PR was merged into the 3.4 branch. Discussion ---------- updating spacing <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 33e7a06 updating spacing
2 parents bfceeb9 + 33e7a06 commit c86a514

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

logging/monolog_email.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ get logged on the server as well as the emails being sent:
212212
type: deduplication
213213
handler: swift
214214
swift:
215-
type: swift_mailer
216-
from_email: 'error@example.com'
217-
to_email: 'error@example.com'
218-
subject: 'An Error Occurred! %%message%%'
219-
level: debug
220-
formatter: monolog.formatter.html
215+
type: swift_mailer
216+
from_email: 'error@example.com'
217+
to_email: 'error@example.com'
218+
subject: 'An Error Occurred! %%message%%'
219+
level: debug
220+
formatter: monolog.formatter.html
221221
content_type: text/html
222222
223223
.. code-block:: xml

0 commit comments

Comments
 (0)