File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ attributes).
170
170
.. note ::
171
171
172
172
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 .
174
174
175
175
.. sidebar :: ``kernel.request`` in the Symfony Framework
176
176
@@ -399,7 +399,7 @@ return a ``Response``.
399
399
.. note ::
400
400
401
401
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 .
403
403
404
404
.. sidebar :: ``kernel.view`` in the Symfony Framework
405
405
@@ -535,7 +535,7 @@ below for more details).
535
535
.. note ::
536
536
537
537
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 .
539
539
540
540
.. sidebar :: ``kernel.exception`` in the Symfony Framework
541
541
You can’t perform that action at this time.
0 commit comments