File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ using a special "tag":
118
118
method executed by default is ``onKernelException() ``.
119
119
120
120
The other optional tag attribute is called ``priority ``, which defaults to
121
- ``0 `` and it controls the order in which listeners are executed (the highest
122
- the priority, the earlier a listener is executed). This is useful when you
121
+ ``0 `` and it controls the order in which listeners are executed (the higher
122
+ the priority the earlier a listener is executed). This is useful when you
123
123
need to guarantee that one listener is executed before another. The priorities
124
124
of the internal Symfony listeners usually range from ``-255 `` to ``255 `` but
125
125
your own listeners can use any positive or negative integer.
You can’t perform that action at this time.
0 commit comments