Skip to content

Commit 976f709

Browse files
authored
1 parent a80feaf commit 976f709

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
@@ -131,7 +131,7 @@ listener class:
131131
and it controls the order in which listeners are executed (the higher the
132132
number, the earlier a listener is executed). This is useful when you need to
133133
guarantee that one listener is executed before another. The priorities of the
134-
internal Symfony listeners usually range from ``-255`` to ``255`` but your
134+
internal Symfony listeners usually range from ``-256`` to ``256`` but your
135135
own listeners can use any positive or negative integer.
136136

137137
.. _events-subscriber:

0 commit comments

Comments
 (0)