Skip to content

Commit 2b8bbfe

Browse files
committed
Tweak
1 parent 55f00f3 commit 2b8bbfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mailer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,9 @@ transports, which is useful to debug errors.
665665

666666
.. note::
667667

668-
You will need to replace :class:`Symfony\\Component\\Mailer\\MailerInterface`
669-
with :class:`Symfony\\Component\\Mailer\\Transport\\TransportInterface` to have
670-
the message object returned.
668+
If your code used :class:`Symfony\\Component\\Mailer\\MailerInterface`, you
669+
need to replace it by :class:`Symfony\\Component\\Mailer\\Transport\\TransportInterface`
670+
to have the ``SentMessage`` object returned.
671671

672672
.. note::
673673

0 commit comments

Comments
 (0)