File tree 2 files changed +4
-4
lines changed
components/console/helpers
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ You can also set the style to ``box``::
220
220
221
221
which outputs:
222
222
223
- .. code-block :: text
223
+ .. code-block :: terminal
224
224
225
225
┌───────────────┬──────────────────────────┬──────────────────┐
226
226
│ ISBN │ Title │ Author │
@@ -238,7 +238,7 @@ You can also set the style to ``box-double``::
238
238
239
239
which outputs:
240
240
241
- .. code-block :: text
241
+ .. code-block :: terminal
242
242
243
243
╔═══════════════╤══════════════════════════╤══════════════════╗
244
244
║ 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:
167
167
PR by running the following Git commands. Insert the PR ID (that's the number
168
168
after the ``# `` in the PR title) for the ``<ID> `` placeholders:
169
169
170
- .. code-block :: text
170
+ .. code-block :: terminal
171
171
172
172
$ cd vendor/symfony/symfony
173
173
$ git fetch origin pull/<ID>/head:pr<ID>
174
174
$ git checkout pr<ID>
175
175
176
176
For example:
177
177
178
- .. code-block :: text
178
+ .. code-block :: terminal
179
179
180
180
$ git fetch origin pull/15723/head:pr15723
181
181
$ git checkout pr15723
You can’t perform that action at this time.
0 commit comments