Skip to content

Commit e729750

Browse files
committed
Changed phrasing to explain the effects off propagation stopping.
1 parent d13943a commit e729750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/http_kernel/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)