Commit 602cae9
File tree
8 files changed
+27
-26
lines changedFilter options
- src/Symfony/Component/Console
- Formatter
- Tests
- Fixtures
- Formatter
- Helper
8 files changed
+27
-26
lines changedsrc/Symfony/Component/Console/Formatter/OutputFormatter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Formatter/OutputFormatter.php+10-13Lines changed: 10 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 |
| - |
40 |
| - |
41 |
| - |
| 39 | + |
42 | 40 |
|
43 | 41 |
|
44 | 42 |
|
45 |
| - |
| 43 | + |
46 | 44 |
|
47 | 45 |
|
48 | 46 |
|
| ||
144 | 142 |
|
145 | 143 |
|
146 | 144 |
|
147 |
| - |
| 145 | + |
| 146 | + |
148 | 147 |
|
149 |
| - |
| 148 | + |
| 149 | + |
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
| 183 | + |
188 | 184 |
|
189 | 185 |
|
190 | 186 |
|
| ||
218 | 214 |
|
219 | 215 |
|
220 | 216 |
|
221 |
| - |
| 217 | + |
| 218 | + |
222 | 219 |
|
223 | 220 |
|
224 | 221 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/command_2.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/command_2.txt+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 |
| - |
7 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.txt
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/command_mbstring.txt+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 |
| - |
7 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/input_argument_with_style.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
src/Symfony/Component/Console/Tests/Fixtures/input_option_with_style_array.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
36 | 39 |
|
37 | 40 |
|
38 | 41 |
|
| ||
259 | 262 |
|
260 | 263 |
|
261 | 264 |
|
| 265 | + |
262 | 266 |
|
263 | 267 |
|
264 | 268 |
|
|
src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
87 |
| - |
88 |
| - |
| 86 | + |
| 87 | + |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
|
0 commit comments