File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
components/event_dispatcher Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,11 @@ The ``addListener()`` method takes up to three arguments:
143
143
* A PHP callable that will be notified when an event is thrown that it listens
144
144
to;
145
145
146
- * An optional priority integer (higher equals more important) that determines
147
- when a listener is triggered versus other listeners (defaults to ``0 ``). If
148
- two listeners have the same priority, they are executed in the order that
149
- they were added to the dispatcher.
146
+ * An optional priority integer (higher equals more important, and therefore
147
+ that the listener will be triggered earlier) that determines when a listener
148
+ is triggered versus other listeners (defaults to ``0 ``). If two listeners
149
+ have the same priority, they are executed in the order that they were added
150
+ to the dispatcher.
150
151
151
152
.. note ::
152
153
You can’t perform that action at this time.
0 commit comments