diff --git a/service_container/factories.rst b/service_container/factories.rst index 09fce40c3ba..2fcea664b3e 100644 --- a/service_container/factories.rst +++ b/service_container/factories.rst @@ -101,7 +101,6 @@ Configuration of the service container then looks like this: .. code-block:: yaml # app/config/services.yml - services: # ... @@ -160,7 +159,6 @@ Configuration of the service container then looks like this: .. code-block:: yaml # app/config/services.yml - AppBundle\Email\NewsletterManager: class: AppBundle\Email\NewsletterManager # new syntax @@ -187,7 +185,6 @@ example takes the ``templating`` service as an argument: .. code-block:: yaml # app/config/services.yml - services: # ...