We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcec92 commit 30626a7Copy full SHA for 30626a7
service_container/tags.rst
@@ -700,7 +700,7 @@ to get an array and then retrieve the ``handler_two`` handler :
700
701
<service id="App\HandlerCollection">
702
<!-- inject all services tagged with app.handler as first argument -->
703
- <argument type="tagged" tag="app.handler" index-by="index"/>
+ <argument type="tagged" tag="app.handler" index-by="index" />
704
</service>
705
</services>
706
</container>
0 commit comments