Commit 08dc2bd
File tree
Expand file treeCollapse file tree
8 files changed
+27
-25
lines changedFilter options
- src/Symfony/Component/Console
- Formatter
- Tests
- Fixtures
- Formatter
- Helper
Expand file treeCollapse file tree
8 files changed
+27
-25
lines changedsrc/Symfony/Component/Console/Formatter/OutputFormatter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Formatter/OutputFormatter.php+10-12Lines changed: 10 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
| 40 | + |
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
45 |
| - |
| 44 | + |
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
| ||
144 | 143 |
|
145 | 144 |
|
146 | 145 |
|
147 |
| - |
| 146 | + |
| 147 | + |
148 | 148 |
|
149 |
| - |
| 149 | + |
| 150 | + |
150 | 151 |
|
151 | 152 |
|
152 | 153 |
|
| ||
180 | 181 |
|
181 | 182 |
|
182 | 183 |
|
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
| 184 | + |
188 | 185 |
|
189 | 186 |
|
190 | 187 |
|
| ||
218 | 215 |
|
219 | 216 |
|
220 | 217 |
|
221 |
| - |
| 218 | + |
| 219 | + |
222 | 220 |
|
223 | 221 |
|
224 | 222 |
|
|
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