Commit df38318
File tree
Expand file treeCollapse file tree
12 files changed
+141
-14
lines changedFilter options
- src/Symfony/Component/Console
- Descriptor
- Tests
- Command
- Fixtures
Expand file treeCollapse file tree
12 files changed
+141
-14
lines changedsrc/Symfony/Component/Console/Descriptor/ApplicationDescription.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/ApplicationDescription.php+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
52 | 57 |
|
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
56 | 61 |
|
| 62 | + |
57 | 63 |
|
58 |
| - |
| 64 | + |
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
| 68 | + |
62 | 69 |
|
63 | 70 |
|
64 | 71 |
|
| ||
112 | 119 |
|
113 | 120 |
|
114 | 121 |
|
115 |
| - |
| 122 | + |
116 | 123 |
|
117 | 124 |
|
118 | 125 |
|
|
src/Symfony/Component/Console/Descriptor/JsonDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/JsonDescriptor.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
| 176 | + |
176 | 177 |
|
177 | 178 |
|
178 | 179 |
|
src/Symfony/Component/Console/Descriptor/XmlDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/XmlDescriptor.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| ||
103 | 104 |
|
104 | 105 |
|
105 | 106 |
|
106 |
| - |
| 107 | + |
107 | 108 |
|
108 | 109 |
|
109 | 110 |
|
|
src/Symfony/Component/Console/Tests/Command/ListCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Command/ListCommandTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/application_1.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/application_1.json+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| ||
104 | 105 |
|
105 | 106 |
|
106 | 107 |
|
| 108 | + |
107 | 109 |
|
108 | 110 |
|
109 | 111 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/application_1.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/application_1.xml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/application_2.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/application_2.json+83-1Lines changed: 83 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
| ||
108 | 109 |
|
109 | 110 |
|
110 | 111 |
|
| 112 | + |
111 | 113 |
|
112 | 114 |
|
113 | 115 |
|
| ||
147 | 149 |
|
148 | 150 |
|
149 | 151 |
|
| 152 | + |
150 | 153 |
|
151 | 154 |
|
152 | 155 |
|
| ||
225 | 228 |
|
226 | 229 |
|
227 | 230 |
|
| 231 | + |
228 | 232 |
|
229 | 233 |
|
230 | 234 |
|
| ||
317 | 321 |
|
318 | 322 |
|
319 | 323 |
|
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
320 | 401 |
|
321 | 402 |
|
322 | 403 |
|
| ||
333 | 414 |
|
334 | 415 |
|
335 | 416 |
|
336 |
| - |
| 417 | + |
| 418 | + |
337 | 419 |
|
338 | 420 |
|
339 | 421 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/application_2.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/application_2.xml+36-4Lines changed: 36 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
| 130 | + |
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
171 | 202 |
|
172 | 203 |
|
173 | 204 |
|
| ||
179 | 210 |
|
180 | 211 |
|
181 | 212 |
|
| 213 | + |
182 | 214 |
|
183 | 215 |
|
184 | 216 |
|
src/Symfony/Component/Console/Tests/Fixtures/command_1.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/command_1.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/command_1.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/command_1.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/command_2.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/command_2.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/command_2.xml
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/command_2.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
|
0 commit comments