We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ccb67 commit 4b87656Copy full SHA for 4b87656
components/dependency_injection/compilation.rst
@@ -93,8 +93,8 @@ For YAML configuration files specifying the alias for the Extension as a key
93
will mean that those values are passed to the Extension's ``load`` method:
94
95
.. code-block:: yaml
96
- # ...
97
+ # ...
98
acme_demo:
99
foo: fooValue
100
bar: barValue
@@ -178,8 +178,8 @@ the XML configuration::
178
The XML version of the config would then look like this:
179
180
.. code-block:: xml
181
- <?xml version="1.0" ?>
182
+ <?xml version="1.0" ?>
183
<container xmlns="http://symfony.com/schema/dic/services"
184
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
185
xmlns:acme_demo="http://www.example.com/symfony/schema/"
0 commit comments