Skip to content

Commit 4b87656

Browse files
committed
[#1660] Fixing formatting issues
1 parent a1ccb67 commit 4b87656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ For YAML configuration files specifying the alias for the Extension as a key
9393
will mean that those values are passed to the Extension's ``load`` method:
9494

9595
.. code-block:: yaml
96-
# ...
9796
97+
# ...
9898
acme_demo:
9999
foo: fooValue
100100
bar: barValue
@@ -178,8 +178,8 @@ the XML configuration::
178178
The XML version of the config would then look like this:
179179

180180
.. code-block:: xml
181-
<?xml version="1.0" ?>
182181
182+
<?xml version="1.0" ?>
183183
<container xmlns="http://symfony.com/schema/dic/services"
184184
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
185185
xmlns:acme_demo="http://www.example.com/symfony/schema/"

0 commit comments

Comments
 (0)