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 @@ -737,19 +737,19 @@ indexed by the ``key`` attribute:
737737 <container xmlns =" http://symfony.com/schema/dic/services"
738738 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
739739 xsi : schemaLocation =" http://symfony.com/schema/dic/services
740- http ://symfony.com/schema/dic/services/services-1.0.xsd" >
740+ https ://symfony.com/schema/dic/services/services-1.0.xsd" >
741741
742742 <services >
743743 <service id =" App\Handler\One" >
744- <tag name =" app.handler" key =" handler_one" />
744+ <tag name =" app.handler" key =" handler_one" />
745745 </service >
746746
747747 <service id =" App\Handler\Two" >
748- <tag name =" app.handler" key =" handler_two" />
748+ <tag name =" app.handler" key =" handler_two" />
749749 </service >
750750
751751 <service id =" App\HandlerCollection" >
752- <argument type =" tagged_iterator" tag =" app.handler" index-by =" key" />
752+ <argument type =" tagged_iterator" tag =" app.handler" index-by =" key" />
753753 </service >
754754 </services >
755755 </container >
@@ -838,7 +838,7 @@ to get an array and then retrieve the ``handler_two`` handler::
838838 <container xmlns =" http://symfony.com/schema/dic/services"
839839 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
840840 xsi : schemaLocation =" http://symfony.com/schema/dic/services
841- http ://symfony.com/schema/dic/services/services-1.0.xsd" >
841+ https ://symfony.com/schema/dic/services/services-1.0.xsd" >
842842
843843 <services >
844844 <!-- ... --!>
You can’t perform that action at this time.
0 commit comments