Skip to content

Commit

Permalink
minor #6945 Fixed indentation issues in alias_private article (javier…
Browse files Browse the repository at this point in the history
…eguiluz)

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
  • Loading branch information
xabbuh committed Sep 12, 2016
2 parents 7f4048c + 3b39d87 commit fb8fd65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions service_container/alias_private.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ to be *not* public (i.e. private):
.. code-block:: yaml
services:
foo:
class: Example\Foo
public: false
foo:
class: Example\Foo
public: false
.. code-block:: xml
Expand Down Expand Up @@ -87,11 +87,11 @@ services.
.. code-block:: yaml
services:
app.phpmailer:
class: AppBundle\Mail\PhpMailer
app.phpmailer:
class: AppBundle\Mail\PhpMailer
app.mailer:
alias: app.phpmailer
app.mailer:
alias: app.phpmailer
.. code-block:: xml
Expand Down

0 comments on commit fb8fd65

Please sign in to comment.