File tree 1 file changed +5
-5
lines changed
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:
733
733
<container xmlns =" http://symfony.com/schema/dic/services"
734
734
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
735
735
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" >
737
737
738
738
<services >
739
739
<service id =" App\Handler\One" >
740
- <tag name =" app.handler" key =" handler_one" />
740
+ <tag name =" app.handler" key =" handler_one" />
741
741
</service >
742
742
743
743
<service id =" App\Handler\Two" >
744
- <tag name =" app.handler" key =" handler_two" />
744
+ <tag name =" app.handler" key =" handler_two" />
745
745
</service >
746
746
747
747
<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" />
749
749
</service >
750
750
</services >
751
751
</container >
@@ -834,7 +834,7 @@ to get an array and then retrieve the ``handler_two`` handler::
834
834
<container xmlns =" http://symfony.com/schema/dic/services"
835
835
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
836
836
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" >
838
838
839
839
<services >
840
840
<!-- ... --!>
You can’t perform that action at this time.
0 commit comments