Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit992f2d1

Browse files
committed
Merge branch '5.0'
* 5.0: Fix wrong Symfony listeners range
2 parents4a53d4b +06fff08 commit992f2d1

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)

[8]ページ先頭

©2009-2025 Movatter.jp