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 4d24d93 commit e52a8edCopy full SHA for e52a8ed
service_container/tags.rst
@@ -592,12 +592,9 @@ application handlers::
592
Tagged Services with Priority
593
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
594
595
-The tagged services can be prioritized using the ``priority`` attribute,
596
-thus providing a way to inject a sorted collection of services:
597
-
598
-.. tip::
599
-The priority is a positive or negative integer. The higher the number, the earlier the tagged service will be located in the collection.
600
+The tagged services can be prioritized using the ``priority`` attribute.
+The priority is a positive or negative integer. The higher the number,
+the earlier the tagged service will be located in the collection:
601
.. configuration-block::
602
603
.. code-block:: yaml
0 commit comments