Skip to content

Commit fb8fd65

Browse files
committed
minor symfony#6945 Fixed indentation issues in alias_private article (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed indentation issues in alias_private article Commits ------- 3b39d87 Fixed indentation issues in alias_private article
2 parents 7f4048c + 3b39d87 commit fb8fd65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

service_container/alias_private.rst

+7-7
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)