@@ -41,7 +41,7 @@ early to stop the handling of the request.
4141Execute this command to know the listeners registered to this event and their
4242priorities:
4343
44- .. terminal ::
44+ .. code-block :: terminal
4545
4646 $ php bin/console debug:event-dispatcher kernel.request
4747
@@ -72,7 +72,7 @@ entirely::
7272Execute this command to know the listeners registered to this event and their
7373priorities:
7474
75- .. terminal ::
75+ .. code-block :: terminal
7676
7777 $ php bin/console debug:event-dispatcher kernel.controller
7878
@@ -106,7 +106,7 @@ HTML contents) into the ``Response`` object needed by Symfony::
106106Execute this command to know the listeners registered to this event and their
107107priorities:
108108
109- .. terminal ::
109+ .. code-block :: terminal
110110
111111 $ php bin/console debug:event-dispatcher kernel.view
112112
@@ -133,7 +133,7 @@ before sending it back (e.g. add/modify HTTP headers, add cookies, etc.)::
133133Execute this command to know the listeners registered to this event and their
134134priorities:
135135
136- .. terminal ::
136+ .. code-block :: terminal
137137
138138 $ php bin/console debug:event-dispatcher kernel.response
139139
@@ -160,7 +160,7 @@ the parent request)::
160160Execute this command to know the listeners registered to this event and their
161161priorities:
162162
163- .. terminal ::
163+ .. code-block :: terminal
164164
165165 $ php bin/console debug:event-dispatcher kernel.finish_request
166166
@@ -181,7 +181,7 @@ send the response (e.g. sending emails).
181181Execute this command to know the listeners registered to this event and their
182182priorities:
183183
184- .. terminal ::
184+ .. code-block :: terminal
185185
186186 $ php bin/console debug:event-dispatcher kernel.terminate
187187
@@ -241,7 +241,7 @@ sent as response::
241241Execute this command to know the listeners registered to this event and their
242242priorities:
243243
244- .. terminal ::
244+ .. code-block :: terminal
245245
246246 $ php bin/console debug:event-dispatcher kernel.exception
247247
0 commit comments