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 147ee51 commit 262e787Copy full SHA for 262e787
cookbook/service_container/event_listener.rst
@@ -91,7 +91,7 @@ using a special "tag":
91
92
There is an additional tag option ``priority`` that is optional and defaults
93
to 0. This value can be from -255 to 255, and the listeners will be executed
94
- in the order of their priority. This is useful when you need to guarantee
+ in the order of their priority (highest to lowest). This is useful when you need to guarantee
95
that one listener is executed before another.
96
97
Request events, checking types
0 commit comments