Skip to content

Commit 8bf9983

Browse files
committed
minor #11138 removed blank lines after filepath (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- removed blank lines after filepath in xml code blocks to be consistent throughout the docs <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- bb7914d removed blank lines after filepath
2 parents b7fef79 + bb7914d commit 8bf9983

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)