File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/console/helpers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ You can also set the style to ``box``::
224224
225225which outputs:
226226
227- .. code-block :: text
227+ .. code-block :: terminal
228228
229229 ┌───────────────┬──────────────────────────┬──────────────────┐
230230 │ ISBN │ Title │ Author │
@@ -242,7 +242,7 @@ You can also set the style to ``box-double``::
242242
243243which outputs:
244244
245- .. code-block :: text
245+ .. code-block :: terminal
246246
247247 ╔═══════════════╤══════════════════════════╤══════════════════╗
248248 ║ ISBN │ Title │ Author ║
Original file line number Diff line number Diff line change @@ -167,15 +167,15 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
167167 PR by running the following Git commands. Insert the PR ID (that's the number
168168 after the ``# `` in the PR title) for the ``<ID> `` placeholders:
169169
170- .. code-block :: text
170+ .. code-block :: terminal
171171
172172 $ cd vendor/symfony/symfony
173173 $ git fetch origin pull/<ID>/head:pr<ID>
174174 $ git checkout pr<ID>
175175
176176 For example:
177177
178- .. code-block :: text
178+ .. code-block :: terminal
179179
180180 $ git fetch origin pull/15723/head:pr15723
181181 $ git checkout pr15723
You can’t perform that action at this time.
0 commit comments