@@ -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