Commit 1d3ce9b
File tree
5 files changed
+44
-5
lines changedFilter options
- src/Symfony/Component
- Console
- Formatter
- Tests/Formatter
- VarDumper
- Dumper
- Tests/Command/Descriptor
5 files changed
+44
-5
lines changedsrc/Symfony/Component/Console/Formatter/OutputFormatterStyle.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
| ||
185 | 186 |
|
186 | 187 |
|
187 | 188 |
|
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
188 | 193 |
|
189 | 194 |
|
190 | 195 |
|
| ||
199 | 204 |
|
200 | 205 |
|
201 | 206 |
|
202 |
| - |
| 207 | + |
203 | 208 |
|
204 | 209 |
|
205 | 210 |
|
|
src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
100 | 115 |
|
src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php+11-3Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
241 | 241 |
|
242 | 242 |
|
243 | 243 |
|
244 |
| - |
| 244 | + |
245 | 245 |
|
246 |
| - |
247 |
| - |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
248 | 255 |
|
249 | 256 |
|
250 | 257 |
|
| ||
256 | 263 |
|
257 | 264 |
|
258 | 265 |
|
| 266 | + |
259 | 267 |
|
260 | 268 |
|
261 | 269 |
|
|
src/Symfony/Component/VarDumper/Dumper/CliDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/CliDumper.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
| 62 | + |
| 63 | + |
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
| ||
431 | 433 |
|
432 | 434 |
|
433 | 435 |
|
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
434 | 440 |
|
435 | 441 |
|
436 | 442 |
|
| ||
477 | 483 |
|
478 | 484 |
|
479 | 485 |
|
480 |
| - |
| 486 | + |
481 | 487 |
|
482 | 488 |
|
483 | 489 |
|
|
src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
29 | 33 |
|
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
33 | 37 |
|
| 38 | + |
34 | 39 |
|
35 | 40 |
|
36 | 41 |
|
|
0 commit comments