We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914345a commit 2492952Copy full SHA for 2492952
cookbook/service_container/event_listener.rst
@@ -96,9 +96,8 @@ using a special "tag":
96
.. note::
97
98
There is an additional tag option ``priority`` that is optional and defaults
99
- to 0. This value can be from -255 to 255, and the listeners will be executed
100
- in the order of their priority (highest to lowest). This is useful when
101
- you need to guarantee that one listener is executed before another.
+ to 0. The listeners will be executed in the order of their priority (highest to lowest).
+ This is useful when you need to guarantee that one listener is executed before another.
102
103
Request Events, Checking Types
104
------------------------------
0 commit comments