Skip to content

Commit 8a4e08d

Browse files
committed
minor #11678 Blank line after directive and no blank line after filepath (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Blank line after directive and no blank line after filepath <!-- 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 ------- dd896ae Blank line after directive and no blank line after filepath
2 parents 7080644 + dd896ae commit 8a4e08d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Sending Emails with Mailer
22
==========================
33

44
.. versionadded:: 4.3
5+
56
The Mailer component was added in Symfony 4.3 and is currently experimental.
67
The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer</email>`.
78

@@ -62,7 +63,6 @@ You'll now have a new line in your ``.env`` file that you can uncomment:
6263
.. code-block:: bash
6364
6465
# .env
65-
6666
SENDGRID_KEY=
6767
MAILER_DSN=smtp://$SENDGRID_KEY@sendgrid
6868

messenger.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ Serializing Messages
947947
~~~~~~~~~~~~~~~~~~~~
948948

949949
.. versionadded:: 4.3
950+
950951
The default serializer changed in 4.3 from the Symfony serializer to the
951952
native PHP serializer. Existing applications should configure their transports
952953
to use the Symfony serializer to avoid losing already-queued messages after

0 commit comments

Comments
 (0)