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 4ee4e8f commit 0dcec92Copy full SHA for 0dcec92
service_container/tags.rst
@@ -615,7 +615,7 @@ but we can now access to a specific injected service :
615
616
<service id="App\HandlerCollection">
617
<!-- inject all services tagged with app.handler as first argument -->
618
- <argument type="tagged" tag="app.handler" index-by="index_attribute_name"/>
+ <argument type="tagged" tag="app.handler" index-by="index_attribute_name" />
619
</service>
620
</services>
621
</container>
0 commit comments