Skip to content

Commit e29a873

Browse files
committed
Minor tweak
1 parent eca3116 commit e29a873

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

mailer.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,9 @@ Alternatively you can attach contents from a stream by passing it directly to th
466466

467467
.. deprecated:: 6.2
468468

469-
In Symfony versions previous to 6.2, the methods ``attachFromPath`` and ``attach``
470-
could be used to add attachments. These methods have been deprecated and replaced with
471-
``addPart``.
472-
469+
In Symfony versions previous to 6.2, the methods ``attachFromPath()`` and
470+
``attach()`` could be used to add attachments. These methods have been
471+
deprecated and replaced with ``addPart()``.
473472

474473
Embedding Images
475474
~~~~~~~~~~~~~~~~
@@ -514,9 +513,9 @@ images inside the HTML contents::
514513

515514
.. deprecated:: 6.2
516515

517-
In Symfony versions previous to 6.2, the methods ``embedFromPath`` and ``embed``
518-
could be used to embed images. These methods have been deprecated and replaced with
519-
``addPart`` together with inline ``DataPart``s.
516+
In Symfony versions previous to 6.2, the methods ``embedFromPath()`` and
517+
``embed()`` could be used to embed images. These methods have been deprecated
518+
and replaced with ``addPart()`` together with inline ``DataPart`` objects.
520519

521520
.. _mailer-configure-email-globally:
522521

0 commit comments

Comments
 (0)