@@ -127,8 +127,10 @@ needed for the ``app/config/dev/config.yml`` file:
127
127
<?xml version =" 1.0" encoding =" UTF-8" ?>
128
128
<container xmlns =" http://symfony.com/schema/dic/services"
129
129
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" >
132
134
133
135
<imports >
134
136
<import resource =" ../common/config.xml" />
@@ -237,8 +239,10 @@ format (``.yml``, ``.xml``, ``.php``, ``.ini``):
237
239
<?xml version =" 1.0" encoding =" UTF-8" ?>
238
240
<container xmlns =" http://symfony.com/schema/dic/services"
239
241
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" >
242
246
243
247
<imports >
244
248
<import resource =" parameters.yml" />
@@ -299,8 +303,10 @@ any other configuration file:
299
303
<?xml version =" 1.0" encoding =" UTF-8" ?>
300
304
<container xmlns =" http://symfony.com/schema/dic/services"
301
305
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" >
304
310
305
311
<imports >
306
312
<import resource =" parameters.yml" />
@@ -340,8 +346,10 @@ doesn't exist:
340
346
<?xml version =" 1.0" encoding =" UTF-8" ?>
341
347
<container xmlns =" http://symfony.com/schema/dic/services"
342
348
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" >
345
353
346
354
<imports >
347
355
<import resource =" parameters.yml" />
0 commit comments