We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 870b265 commit 287d274Copy full SHA for 287d274
service_container/tags.rst
@@ -1290,7 +1290,7 @@ be used directly on the class of the service you want to configure::
1290
}
1291
1292
You can apply the ``#[AsTaggedItem]`` attribute multiple times to register the
1293
-same service under different indexes:
+same service under different indexes::
1294
1295
#[AsTaggedItem(index: 'handler_one', priority: 5)]
1296
#[AsTaggedItem(index: 'handler_two', priority: 20)]
0 commit comments