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 a80feaf commit 976f709Copy full SHA for 976f709
event_dispatcher.rst
@@ -131,7 +131,7 @@ listener class:
131
and it controls the order in which listeners are executed (the higher the
132
number, the earlier a listener is executed). This is useful when you need to
133
guarantee that one listener is executed before another. The priorities of the
134
- internal Symfony listeners usually range from ``-255`` to ``255`` but your
+ internal Symfony listeners usually range from ``-256`` to ``256`` but your
135
own listeners can use any positive or negative integer.
136
137
.. _events-subscriber:
0 commit comments