Skip to content

Commit 264a845

Browse files
Replace code-block php with shorthand
1 parent 0a9c15c commit 264a845

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

service_container/alias_private.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ This means that when using the container directly, you can access the
177177

178178
When using ``#[AsAlias]`` attribute, you may omit passing ``id`` argument
179179
if the class implements exactly one interface. ``MailerInterface`` will be
180-
alias of ``PhpMailer``:
181-
182-
.. code-block:: php
180+
alias of ``PhpMailer``::
183181

184182
// src/Mail/PhpMailer.php
185183
namespace App\Mail;

0 commit comments

Comments
 (0)