@@ -66,12 +66,10 @@ adapter (template) they use by using the ``app`` and ``system`` key like:
6666 <!-- config/packages/cache.xml -->
6767 <?xml version =" 1.0" encoding =" UTF-8" ?>
6868 <container xmlns =" http://symfony.com/schema/dic/services"
69- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
69+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
7070 xmlns : framework =" http://symfony.com/schema/dic/symfony"
71- xsi : schemaLocation =" http://symfony.com/schema/dic/services
72- https://symfony.com/schema/dic/services/services-1.0.xsd
73- http://symfony.com/schema/dic/symfony
74- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
71+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
72+ https://symfony.com/schema/symfony-1.0.xsd"
7573 >
7674 <framework : config >
7775 <framework : cache
@@ -144,12 +142,10 @@ Some of these adapters could be configured via shortcuts.
144142 <!-- config/packages/cache.xml -->
145143 <?xml version =" 1.0" encoding =" UTF-8" ?>
146144 <container xmlns =" http://symfony.com/schema/dic/services"
147- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
145+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
148146 xmlns : framework =" http://symfony.com/schema/dic/symfony"
149- xsi : schemaLocation =" http://symfony.com/schema/dic/services
150- https://symfony.com/schema/dic/services/services-1.0.xsd
151- http://symfony.com/schema/dic/symfony
152- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
147+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
148+ https://symfony.com/schema/symfony-1.0.xsd"
153149 >
154150 <framework : config >
155151 <!-- "directory" attribute is only used with cache.adapter.filesystem -->
@@ -241,12 +237,10 @@ You can also create more customized pools:
241237 <!-- config/packages/cache.xml -->
242238 <?xml version =" 1.0" encoding =" UTF-8" ?>
243239 <container xmlns =" http://symfony.com/schema/dic/services"
244- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
240+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
245241 xmlns : framework =" http://symfony.com/schema/dic/symfony"
246- xsi : schemaLocation =" http://symfony.com/schema/dic/services
247- https://symfony.com/schema/dic/services/services-1.0.xsd
248- http://symfony.com/schema/dic/symfony
249- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
242+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
243+ https://symfony.com/schema/symfony-1.0.xsd"
250244 >
251245 <framework : config >
252246 <framework : cache default-memcached-provider =" memcached://localhost" >
@@ -361,9 +355,8 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
361355 <!-- config/services.xml -->
362356 <?xml version =" 1.0" encoding =" UTF-8" ?>
363357 <container xmlns =" http://symfony.com/schema/dic/services"
364- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
365- xsi : schemaLocation =" http://symfony.com/schema/dic/services
366- https://symfony.com/schema/dic/services/services-1.0.xsd"
358+ xmlns : xsi =" https://www.w3.org/2001/XMLSchema-instance"
359+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd"
367360 >
368361 <services >
369362 <!-- ... -->
@@ -423,12 +416,10 @@ and use that when configuring the pool.
423416 <!-- config/packages/cache.xml -->
424417 <?xml version =" 1.0" encoding =" UTF-8" ?>
425418 <container xmlns =" http://symfony.com/schema/dic/services"
426- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
419+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
427420 xmlns : framework =" http://symfony.com/schema/dic/symfony"
428- xsi : schemaLocation =" http://symfony.com/schema/dic/services
429- https://symfony.com/schema/dic/services/services-1.0.xsd
430- http://symfony.com/schema/dic/symfony
431- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
421+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
422+ https://symfony.com/schema/symfony-1.0.xsd"
432423 >
433424 <framework : config >
434425 <framework : cache >
@@ -515,12 +506,10 @@ Symfony stores the item automatically in all the missing pools.
515506 <!-- config/packages/cache.xml -->
516507 <?xml version =" 1.0" encoding =" UTF-8" ?>
517508 <container xmlns =" http://symfony.com/schema/dic/services"
518- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
509+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
519510 xmlns : framework =" http://symfony.com/schema/dic/symfony"
520- xsi : schemaLocation =" http://symfony.com/schema/dic/services
521- https://symfony.com/schema/dic/services/services-1.0.xsd
522- http://symfony.com/schema/dic/symfony
523- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
511+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
512+ https://symfony.com/schema/symfony-1.0.xsd"
524513 >
525514 <framework : config >
526515 <framework : cache >
@@ -609,12 +598,10 @@ to enable this feature. This could be added by using the following configuration
609598 <!-- config/packages/cache.xml -->
610599 <?xml version =" 1.0" encoding =" UTF-8" ?>
611600 <container xmlns =" http://symfony.com/schema/dic/services"
612- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
601+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
613602 xmlns : framework =" http://symfony.com/schema/dic/symfony"
614- xsi : schemaLocation =" http://symfony.com/schema/dic/services
615- https://symfony.com/schema/dic/services/services-1.0.xsd
616- http://symfony.com/schema/dic/symfony
617- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
603+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
604+ https://symfony.com/schema/symfony-1.0.xsd"
618605 >
619606 <framework : config >
620607 <framework : cache >
@@ -662,12 +649,10 @@ achieved by specifying the adapter.
662649 <!-- config/packages/cache.xml -->
663650 <?xml version =" 1.0" encoding =" UTF-8" ?>
664651 <container xmlns =" http://symfony.com/schema/dic/services"
665- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
652+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
666653 xmlns : framework =" http://symfony.com/schema/dic/symfony"
667- xsi : schemaLocation =" http://symfony.com/schema/dic/services
668- https://symfony.com/schema/dic/services/services-1.0.xsd
669- http://symfony.com/schema/dic/symfony
670- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
654+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
655+ https://symfony.com/schema/symfony-1.0.xsd"
671656 >
672657 <framework : config >
673658 <framework : cache >
@@ -819,13 +804,11 @@ Then, register the ``SodiumMarshaller`` service using this key:
819804 <!-- config/packages/cache.xml -->
820805 <?xml version =" 1.0" encoding =" UTF-8" ?>
821806 <container xmlns =" http://symfony.com/schema/dic/services"
822- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
807+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
823808 xmlns : framework =" http://symfony.com/schema/dic/symfony"
824- xsi : schemaLocation =" http://symfony.com/schema/dic/services
825- https://symfony.com/schema/dic/services/services-1.0.xsd
826- http://symfony.com/schema/dic/symfony
827- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
828-
809+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
810+ https://symfony.com/schema/symfony-1.0.xsd"
811+ >
829812 <!-- ... -->
830813
831814 <services >
@@ -950,12 +933,10 @@ a message bus to compute values in a worker:
950933 <!-- config/packages/framework.xml -->
951934 <?xml version =" 1.0" encoding =" UTF-8" ?>
952935 <container xmlns =" http://symfony.com/schema/dic/services"
953- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
954- xmlns : framework =" http://symfony.com/schema/dic/symfony"
955- xsi : schemaLocation =" http://symfony.com/schema/dic/services
956- https://symfony.com/schema/dic/services/services-1.0.xsd
957- http://symfony.com/schema/dic/symfony
958- https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
936+ xmlns : xsi =" https://www.w3.org/2001/XMLSchema-instance"
937+ xmlns : framework =" http://symfony.com/schema/dic/symfony"
938+ xsi : schemaLocation =" https://symfony.com/schema/services-1.0.xsd
939+ https://symfony.com/schema/symfony-1.0.xsd"
959940 >
960941 <framework : config >
961942 <framework : cache >
0 commit comments