From 3b39d871ac16d62d3a84b19aee8f9db90d1fb12f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 2 Sep 2016 08:36:19 +0200 Subject: [PATCH] Fixed indentation issues in alias_private article --- service_container/alias_private.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/service_container/alias_private.rst b/service_container/alias_private.rst index 00b94fe42ae..6912918c375 100644 --- a/service_container/alias_private.rst +++ b/service_container/alias_private.rst @@ -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 @@ -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