Commit d841187
committed
minor #20185 Replace code block text with terminal where it was used incorrectly (wkania)
This PR was merged into the 5.4 branch.
Discussion
----------
Replace code block text with terminal where it was used incorrectly
Console commands in section 5 https://symfony.com/doc/current/contributing/community/reviews.html
Not all console output is displayed as terminal https://symfony.com/doc/current/components/console/helpers/table.html
I have also checked Progress Bar, but the console output there is modified with comments.
Commits
-------
00bb378 Replace code block text with terminal where it was used incorrectlyFile tree
2 files changed
+4
-4
lines changed- components/console/helpers
- contributing/community
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments