From bfc797605d88f95a010eb2bc050308a6a6cfcbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Wed, 2 Mar 2016 19:55:16 +0000 Subject: [PATCH] Add Auto-wiring keyword --- components/dependency_injection/autowiring.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/dependency_injection/autowiring.rst b/components/dependency_injection/autowiring.rst index b2707a33411..7a2b7e83d53 100644 --- a/components/dependency_injection/autowiring.rst +++ b/components/dependency_injection/autowiring.rst @@ -1,8 +1,8 @@ .. index:: single: DependencyInjection; Autowiring -Defining Services Dependencies Automatically -============================================ +Defining Services Dependencies Automatically (Autowiring) +========================================================= .. versionadded:: 2.8 Support for autowiring services was introduced in Symfony 2.8. @@ -76,7 +76,7 @@ service is marked as autowired: - + .. code-block:: php @@ -218,7 +218,7 @@ subsystem isn't able to find itself the interface implementation to register:: - + .. code-block:: php @@ -356,7 +356,7 @@ and a Twitter client using it:: - + .. code-block:: php