Skip to content

Commit 06fff08

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix wrong Symfony listeners range
2 parents b705f26 + 418cebe commit 06fff08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event_dispatcher.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ listener class:
125125
and it controls the order in which listeners are executed (the higher the
126126
number, the earlier a listener is executed). This is useful when you need to
127127
guarantee that one listener is executed before another. The priorities of the
128-
internal Symfony listeners usually range from ``-255`` to ``255`` but your
128+
internal Symfony listeners usually range from ``-256`` to ``256`` but your
129129
own listeners can use any positive or negative integer.
130130

131131
.. _events-subscriber:

0 commit comments

Comments
 (0)