Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a53d4b + 06fff08 commit 992f2d1Copy full SHA for 992f2d1
event_dispatcher.rst
@@ -125,7 +125,7 @@ listener class:
125
and it controls the order in which listeners are executed (the higher the
126
number, the earlier a listener is executed). This is useful when you need to
127
guarantee that one listener is executed before another. The priorities of the
128
- internal Symfony listeners usually range from ``-255`` to ``255`` but your
+ internal Symfony listeners usually range from ``-256`` to ``256`` but your
129
own listeners can use any positive or negative integer.
130
131
.. _events-subscriber:
0 commit comments