Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 992f2d1

Browse files
committed
Merge branch '5.0'
* 5.0: Fix wrong Symfony listeners range
2 parents 4a53d4b + 06fff08 commit 992f2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
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)