Skip to content

Commit bb7914d

Browse files
committed
removed blank lines after filepath
in xml code blocks to be consistent throughout the docs
1 parent 16a01aa commit bb7914d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

service_container/factories.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ configure the service container to use the
4848
.. code-block:: xml
4949
5050
<!-- app/config/services.xml -->
51-
5251
<?xml version="1.0" encoding="UTF-8" ?>
5352
<container xmlns="http://symfony.com/schema/dic/services"
5453
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -116,7 +115,6 @@ Configuration of the service container then looks like this:
116115
.. code-block:: xml
117116
118117
<!-- app/config/services.xml -->
119-
120118
<?xml version="1.0" encoding="UTF-8" ?>
121119
<container xmlns="http://symfony.com/schema/dic/services"
122120
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -201,7 +199,6 @@ example takes the ``templating`` service as an argument:
201199
.. code-block:: xml
202200
203201
<!-- app/config/services.xml -->
204-
205202
<?xml version="1.0" encoding="UTF-8" ?>
206203
<container xmlns="http://symfony.com/schema/dic/services"
207204
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)