Skip to content

Commit 80fc665

Browse files
ifdatticwouterj
authored andcommitted
Update configuration_organization.rst
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 07aefea commit 80fc665

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

cookbook/configuration/configuration_organization.rst

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ needed for the ``app/config/dev/config.yml`` file:
127127
<?xml version="1.0" encoding="UTF-8" ?>
128128
<container xmlns="http://symfony.com/schema/dic/services"
129129
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
130-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
131-
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
130+
xsi:schemaLocation="http://symfony.com/schema/dic/services
131+
http://symfony.com/schema/dic/services/services-1.0.xsd
132+
http://symfony.com/schema/dic/symfony
133+
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
132134
133135
<imports>
134136
<import resource="../common/config.xml" />
@@ -237,8 +239,10 @@ format (``.yml``, ``.xml``, ``.php``, ``.ini``):
237239
<?xml version="1.0" encoding="UTF-8" ?>
238240
<container xmlns="http://symfony.com/schema/dic/services"
239241
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
240-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
241-
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
242+
xsi:schemaLocation="http://symfony.com/schema/dic/services
243+
http://symfony.com/schema/dic/services/services-1.0.xsd
244+
http://symfony.com/schema/dic/symfony
245+
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
242246
243247
<imports>
244248
<import resource="parameters.yml" />
@@ -299,8 +303,10 @@ any other configuration file:
299303
<?xml version="1.0" encoding="UTF-8" ?>
300304
<container xmlns="http://symfony.com/schema/dic/services"
301305
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
302-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
303-
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
306+
xsi:schemaLocation="http://symfony.com/schema/dic/services
307+
http://symfony.com/schema/dic/services/services-1.0.xsd
308+
http://symfony.com/schema/dic/symfony
309+
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
304310
305311
<imports>
306312
<import resource="parameters.yml" />
@@ -340,8 +346,10 @@ doesn't exist:
340346
<?xml version="1.0" encoding="UTF-8" ?>
341347
<container xmlns="http://symfony.com/schema/dic/services"
342348
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
343-
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
344-
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
349+
xsi:schemaLocation="http://symfony.com/schema/dic/services
350+
http://symfony.com/schema/dic/services/services-1.0.xsd
351+
http://symfony.com/schema/dic/symfony
352+
http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
345353
346354
<imports>
347355
<import resource="parameters.yml" />

0 commit comments

Comments
 (0)