Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b39d87

Browse files
committed
Fixed indentation issues in alias_private article
1 parentc72dde0 commit3b39d87

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)

[8]ページ先頭

©2009-2025 Movatter.jp