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 @@ -737,19 +737,19 @@ indexed by the ``key`` attribute:
737
737
<container xmlns =" http://symfony.com/schema/dic/services"
738
738
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
739
739
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" >
741
741
742
742
<services >
743
743
<service id =" App\Handler\One" >
744
- <tag name =" app.handler" key =" handler_one" />
744
+ <tag name =" app.handler" key =" handler_one" />
745
745
</service >
746
746
747
747
<service id =" App\Handler\Two" >
748
- <tag name =" app.handler" key =" handler_two" />
748
+ <tag name =" app.handler" key =" handler_two" />
749
749
</service >
750
750
751
751
<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" />
753
753
</service >
754
754
</services >
755
755
</container >
@@ -838,7 +838,7 @@ to get an array and then retrieve the ``handler_two`` handler::
838
838
<container xmlns =" http://symfony.com/schema/dic/services"
839
839
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
840
840
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" >
842
842
843
843
<services >
844
844
<!-- ... --!>
You can’t perform that action at this time.
0 commit comments