Skip to content

Commit 472114b

Browse files
committed
review feedback
1 parent 5888386 commit 472114b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doctrine/event_listeners_subscribers.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,11 @@ to the tag like so:
274274

275275

276276
Priorities for Event Listeners
277-
--------------------------------
277+
------------------------------
278278

279-
In case you have multiple listeners for the same event you can control the order in which they are invoked using the `priority` attribute on the tag. Listeners with a higher priority are invoked first.
279+
In case you have multiple listeners for the same event you can control the order
280+
in which they are invoked using the ``priority`` attribute on the tag.
281+
Listeners with a higher priority are invoked first.
280282

281283
.. configuration-block::
282284

0 commit comments

Comments
 (0)