File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -733,19 +733,19 @@ indexed by the ``key`` attribute:
733733 <container xmlns =" http://symfony.com/schema/dic/services"
734734 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
735735 xsi : schemaLocation =" http://symfony.com/schema/dic/services
736- http ://symfony.com/schema/dic/services/services-1.0.xsd" >
736+ https ://symfony.com/schema/dic/services/services-1.0.xsd" >
737737
738738 <services >
739739 <service id =" App\Handler\One" >
740- <tag name =" app.handler" key =" handler_one" />
740+ <tag name =" app.handler" key =" handler_one" />
741741 </service >
742742
743743 <service id =" App\Handler\Two" >
744- <tag name =" app.handler" key =" handler_two" />
744+ <tag name =" app.handler" key =" handler_two" />
745745 </service >
746746
747747 <service id =" App\HandlerCollection" >
748- <argument type =" tagged_iterator" tag =" app.handler" index-by =" key" />
748+ <argument type =" tagged_iterator" tag =" app.handler" index-by =" key" />
749749 </service >
750750 </services >
751751 </container >
@@ -834,7 +834,7 @@ to get an array and then retrieve the ``handler_two`` handler::
834834 <container xmlns =" http://symfony.com/schema/dic/services"
835835 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
836836 xsi : schemaLocation =" http://symfony.com/schema/dic/services
837- http ://symfony.com/schema/dic/services/services-1.0.xsd" >
837+ https ://symfony.com/schema/dic/services/services-1.0.xsd" >
838838
839839 <services >
840840 <!-- ... --!>
You can’t perform that action at this time.
0 commit comments