File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ attributes).
170170.. note ::
171171
172172 When setting a response for the ``kernel.view `` event, the propagation
173- is stopped, so the lower priority listeners on that event don 't get called .
173+ is stopped. This means listeners with lower priority won 't be executed .
174174
175175.. sidebar :: ``kernel.request`` in the Symfony Framework
176176
@@ -399,7 +399,7 @@ return a ``Response``.
399399.. note ::
400400
401401 When setting a response for the ``kernel.view `` event, the propagation
402- is stopped, so the lower priority listeners on that event don 't get called .
402+ is stopped. This means listeners with lower priority won 't be executed .
403403
404404.. sidebar :: ``kernel.view`` in the Symfony Framework
405405
@@ -535,7 +535,7 @@ below for more details).
535535.. note ::
536536
537537 When setting a response for the ``kernel.exception `` event, the propagation
538- is stopped, so the lower priority listeners on that event don 't get called .
538+ is stopped. This means listeners with lower priority won 't be executed .
539539
540540.. sidebar :: ``kernel.exception`` in the Symfony Framework
541541
You can’t perform that action at this time.
0 commit comments