Commit 00a39e7
File tree
10 files changed
+141
-21
lines changedFilter options
- src/Symfony/Component/Console
- Command
- Tests
- DependencyInjection
- Fixtures
- phpt
- alarm
- signal
10 files changed
+141
-21
lines changedsrc/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
1005 | 1004 |
|
1006 | 1005 |
|
1007 | 1006 |
|
1008 |
| - |
1009 |
| - |
| 1007 | + |
1010 | 1008 |
|
1011 | 1009 |
|
1012 | 1010 |
|
|
src/Symfony/Component/Console/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
src/Symfony/Component/Console/Command/Command.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/Command.php+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| ||
674 | 674 |
|
675 | 675 |
|
676 | 676 |
|
| 677 | + |
| 678 | + |
| 679 | + |
| 680 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
677 | 687 |
|
678 | 688 |
|
679 | 689 |
|
|
src/Symfony/Component/Console/Command/InvokableCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/InvokableCommand.php+13-1Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
| 43 | + |
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
| ||
142 | 144 |
|
143 | 145 |
|
144 | 146 |
|
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
145 | 157 |
|
src/Symfony/Component/Console/Command/TraceableCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Command/TraceableCommand.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 | 97 |
|
102 | 98 |
|
103 | 99 |
|
|
src/Symfony/Component/Console/Tests/ApplicationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/ApplicationTest.php+70-4Lines changed: 70 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2255 | 2255 |
|
2256 | 2256 |
|
2257 | 2257 |
|
| 2258 | + |
| 2259 | + |
| 2260 | + |
| 2261 | + |
| 2262 | + |
| 2263 | + |
| 2264 | + |
| 2265 | + |
| 2266 | + |
| 2267 | + |
| 2268 | + |
| 2269 | + |
| 2270 | + |
| 2271 | + |
| 2272 | + |
| 2273 | + |
| 2274 | + |
| 2275 | + |
| 2276 | + |
| 2277 | + |
| 2278 | + |
| 2279 | + |
| 2280 | + |
| 2281 | + |
| 2282 | + |
| 2283 | + |
| 2284 | + |
| 2285 | + |
| 2286 | + |
| 2287 | + |
| 2288 | + |
| 2289 | + |
| 2290 | + |
| 2291 | + |
| 2292 | + |
2258 | 2293 |
|
2259 | 2294 |
|
2260 | 2295 |
|
| ||
2514 | 2549 |
|
2515 | 2550 |
|
2516 | 2551 |
|
2517 |
| - |
| 2552 | + |
2518 | 2553 |
|
2519 | 2554 |
|
2520 | 2555 |
|
| ||
2531 | 2566 |
|
2532 | 2567 |
|
2533 | 2568 |
|
2534 |
| - |
| 2569 | + |
2535 | 2570 |
|
2536 | 2571 |
|
2537 | 2572 |
|
| ||
2548 | 2583 |
|
2549 | 2584 |
|
2550 | 2585 |
|
2551 |
| - |
| 2586 | + |
2552 | 2587 |
|
2553 | 2588 |
|
2554 | 2589 |
|
| ||
2615 | 2650 |
|
2616 | 2651 |
|
2617 | 2652 |
|
| 2653 | + |
| 2654 | + |
| 2655 | + |
| 2656 | + |
| 2657 | + |
| 2658 | + |
| 2659 | + |
| 2660 | + |
| 2661 | + |
| 2662 | + |
| 2663 | + |
| 2664 | + |
| 2665 | + |
| 2666 | + |
| 2667 | + |
| 2668 | + |
| 2669 | + |
| 2670 | + |
| 2671 | + |
| 2672 | + |
| 2673 | + |
| 2674 | + |
| 2675 | + |
| 2676 | + |
| 2677 | + |
| 2678 | + |
| 2679 | + |
| 2680 | + |
| 2681 | + |
| 2682 | + |
| 2683 | + |
2618 | 2684 |
|
2619 |
| - |
| 2685 | + |
2620 | 2686 |
|
2621 | 2687 |
|
2622 | 2688 |
|
|
src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php+40Lines changed: 40 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
325 | 326 |
|
326 | 327 |
|
327 | 328 |
|
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
328 | 350 |
|
329 | 351 |
|
330 | 352 |
|
| ||
361 | 383 |
|
362 | 384 |
|
363 | 385 |
|
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
src/Symfony/Component/Console/Tests/Fixtures/application_signalable.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/application_signalable.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| ||
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
src/Symfony/Component/Console/Tests/phpt/alarm/command_exit.phpt
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/phpt/alarm/command_exit.phpt+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 |
| - |
| 21 | + |
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
|
src/Symfony/Component/Console/Tests/phpt/signal/command_exit.phpt
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/phpt/signal/command_exit.phpt+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
| ||
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 |
| - |
| 21 | + |
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
|
0 commit comments