diff --git a/service_container.rst b/service_container.rst
index 14150161afa..88d5990d849 100644
--- a/service_container.rst
+++ b/service_container.rst
@@ -135,7 +135,20 @@ the service container *how* to instantiate it:
.. code-block:: xml
- TODO
+
+
+
+
+
+
+
+
+
+
+
.. code-block:: php
@@ -284,7 +297,19 @@ the new ``Updates`` sub-directory:
.. code-block:: xml
- TODO
+
+
+
+
+
+
+
+
+
+
.. code-block:: php
@@ -375,7 +400,24 @@ pass here. No problem! In your configuration, you can explicitly set this argume
.. code-block:: xml
- TODO
+
+
+
+
+
+
+
+
+
+
+
+ %admin_email%
+
+
+
.. code-block:: php
@@ -412,7 +454,25 @@ and reference it with the ``%parameter_name%`` syntax:
.. code-block:: xml
- TODO
+
+
+
+
+
+ manager@example.com
+
+
+
+
+
+
+ %admin_email%
+
+
+
.. code-block:: php
@@ -495,7 +555,21 @@ But, you can control this and pass in a different logger:
.. code-block:: xml
- TODO
+
+
+
+
+
+
+
+
+
+
+
+
.. code-block:: php
@@ -538,7 +612,20 @@ as a service, and :doc:`tag ` it with ``twig.extension`
.. code-block:: xml
- TODO
+
+
+
+
+
+
+
+
+
+
+
.. code-block:: php
@@ -565,7 +652,19 @@ is this:
.. code-block:: xml
- TODO
+
+
+
+
+
+
+
+
+
+
.. code-block:: php