From 2efaf53ea4d5444f75d9cb49096cb58f59fd8432 Mon Sep 17 00:00:00 2001 From: Richard Miller Date: Wed, 20 Mar 2013 11:57:13 +0000 Subject: [PATCH] Removing some file paths in comments that are framework specific from the DI component examples --- components/dependency_injection/introduction.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/dependency_injection/introduction.rst b/components/dependency_injection/introduction.rst index 7ef0dcc34a1..dec7d8747ac 100644 --- a/components/dependency_injection/introduction.rst +++ b/components/dependency_injection/introduction.rst @@ -213,7 +213,6 @@ The ``newsletter_manager`` and ``mailer`` services can be set up using config fi .. code-block:: yaml - # src/Acme/HelloBundle/Resources/config/services.yml parameters: # ... mailer.transport: sendmail @@ -229,7 +228,6 @@ The ``newsletter_manager`` and ``mailer`` services can be set up using config fi .. code-block:: xml - sendmail