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

Appearance settings

Commit 7cd6cd2

Browse filesBrowse files
committed
minor #9769 little typo event_dispatcher.rst (SpacePossum)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #9769). Discussion ---------- little typo event_dispatcher.rst (also in the 4 line, not in 2) Commits ------- b98355f Update event_dispatcher.rst
2 parents 350ab22 + b98355f commit 7cd6cd2
Copy full SHA for 7cd6cd2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎event_dispatcher.rst

Copy file name to clipboardExpand all lines: event_dispatcher.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ using a special "tag":
118118
method executed by default is ``onKernelException()``.
119119

120120
The other optional tag attribute is called ``priority``, which defaults to
121-
``0`` and it controls the order in which listeners are executed (the highest
122-
the priority, the earlier a listener is executed). This is useful when you
121+
``0`` and it controls the order in which listeners are executed (the higher
122+
the priority the earlier a listener is executed). This is useful when you
123123
need to guarantee that one listener is executed before another. The priorities
124124
of the internal Symfony listeners usually range from ``-255`` to ``255`` but
125125
your own listeners can use any positive or negative integer.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.