Skip to content

Commit 212e907

Browse files
committed
minor #12138 Use :: instead of code block php (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Use :: instead of code block php <!-- 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 ------- 99a9d9c Use :: instead of code block php
2 parents 13d0c27 + 99a9d9c commit 212e907

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/mailer.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ it:
6363
6464
$ composer require symfony/google-mailer
6565
66-
Then, use the SMTP Gmail transport:
67-
68-
.. code-block:: php
66+
Then, use the SMTP Gmail transport::
6967

7068
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
7169

0 commit comments

Comments
 (0)