Skip to content

Commit 3b39d87

Browse files
committed
Fixed indentation issues in alias_private article
1 parent c72dde0 commit 3b39d87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

service_container/alias_private.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ to be *not* public (i.e. private):
3030
.. code-block:: yaml
3131
3232
services:
33-
foo:
34-
class: Example\Foo
35-
public: false
33+
foo:
34+
class: Example\Foo
35+
public: false
3636
3737
.. code-block:: xml
3838
@@ -87,11 +87,11 @@ services.
8787
.. code-block:: yaml
8888
8989
services:
90-
app.phpmailer:
91-
class: AppBundle\Mail\PhpMailer
90+
app.phpmailer:
91+
class: AppBundle\Mail\PhpMailer
9292
93-
app.mailer:
94-
alias: app.phpmailer
93+
app.mailer:
94+
alias: app.phpmailer
9595
9696
.. code-block:: xml
9797

0 commit comments

Comments
 (0)