Skip to content

Commit 9703922

Browse files
committed
Fixed RST syntax issue
1 parent dff597e commit 9703922

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

reference/events.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ early to stop the handling of the request.
4141
Execute this command to know the listeners registered to this event and their
4242
priorities:
4343

44-
.. terminal::
44+
.. code-block:: terminal
4545
4646
$ php bin/console debug:event-dispatcher kernel.request
4747
@@ -72,7 +72,7 @@ entirely::
7272
Execute this command to know the listeners registered to this event and their
7373
priorities:
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::
106106
Execute this command to know the listeners registered to this event and their
107107
priorities:
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.)::
133133
Execute this command to know the listeners registered to this event and their
134134
priorities:
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)::
160160
Execute this command to know the listeners registered to this event and their
161161
priorities:
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).
181181
Execute this command to know the listeners registered to this event and their
182182
priorities:
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::
241241
Execute this command to know the listeners registered to this event and their
242242
priorities:
243243

244-
.. terminal::
244+
.. code-block:: terminal
245245
246246
$ php bin/console debug:event-dispatcher kernel.exception
247247

0 commit comments

Comments
 (0)