Commit ce625dc
File tree
23 files changed
+156
-51
lines changedFilter options
- src/Symfony/Component
- Console
- Tests
- Debug
- Exception
- Tests
- Exception
- ErrorHandler
- Exception
- Tests
- Exception
- HttpKernel
- Tests
- Messenger
- Middleware
- Tests/Middleware
- VarDumper/Caster
23 files changed
+156
-51
lines changedsrc/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
863 | 863 |
|
864 | 864 |
|
865 | 865 |
|
866 |
| - |
867 |
| - |
| 866 | + |
868 | 867 |
|
869 | 868 |
|
870 | 869 |
|
871 | 870 |
|
872 | 871 |
|
873 | 872 |
|
874 |
| - |
875 |
| - |
876 |
| - |
| 873 | + |
| 874 | + |
| 875 | + |
| 876 | + |
| 877 | + |
| 878 | + |
| 879 | + |
877 | 880 |
|
878 | 881 |
|
879 | 882 |
|
|
src/Symfony/Component/Console/Tests/ApplicationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/ApplicationTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
912 | 912 |
|
913 | 913 |
|
914 | 914 |
|
915 |
| - |
| 915 | + |
916 | 916 |
|
917 | 917 |
|
918 | 918 |
|
| ||
935 | 935 |
|
936 | 936 |
|
937 | 937 |
|
938 |
| - |
| 938 | + |
939 | 939 |
|
940 | 940 |
|
941 | 941 |
|
|
src/Symfony/Component/Console/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
src/Symfony/Component/Debug/ErrorHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/ErrorHandler.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
415 | 415 |
|
416 | 416 |
|
417 | 417 |
|
418 |
| - |
| 418 | + |
419 | 419 |
|
420 | 420 |
|
421 | 421 |
|
| ||
540 | 540 |
|
541 | 541 |
|
542 | 542 |
|
543 |
| - |
| 543 | + |
544 | 544 |
|
545 | 545 |
|
546 | 546 |
|
|
src/Symfony/Component/Debug/Exception/FatalThrowableError.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Exception/FatalThrowableError.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
src/Symfony/Component/Debug/Exception/FlattenException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Exception/FlattenException.php+13-5Lines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 |
| - |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
138 | 142 |
|
139 | 143 |
|
140 | 144 |
|
| ||
179 | 183 |
|
180 | 184 |
|
181 | 185 |
|
182 |
| - |
183 |
| - |
184 |
| - |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
185 | 193 |
|
186 | 194 |
|
187 | 195 |
|
|
src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
328 | 346 |
|
329 | 347 |
|
330 | 348 |
|
|
src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
355 | 355 |
|
356 | 356 |
|
357 | 357 |
|
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
358 | 363 |
|
359 | 364 |
|
360 | 365 |
|
|
src/Symfony/Component/Debug/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/composer.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
|
src/Symfony/Component/ErrorHandler/DebugClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/DebugClassLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
410 |
| - |
| 410 | + |
411 | 411 |
|
412 | 412 |
|
413 | 413 |
|
|
src/Symfony/Component/ErrorHandler/ErrorHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/ErrorHandler.php+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
435 | 435 |
|
436 | 436 |
|
437 | 437 |
|
438 |
| - |
| 438 | + |
439 | 439 |
|
440 | 440 |
|
441 | 441 |
|
| ||
558 | 558 |
|
559 | 559 |
|
560 | 560 |
|
561 |
| - |
| 561 | + |
562 | 562 |
|
563 | 563 |
|
564 | 564 |
|
| ||
768 | 768 |
|
769 | 769 |
|
770 | 770 |
|
771 |
| - |
772 |
| - |
| 771 | + |
| 772 | + |
| 773 | + |
| 774 | + |
| 775 | + |
| 776 | + |
773 | 777 |
|
774 | 778 |
|
775 | 779 |
|
src/Symfony/Component/ErrorHandler/Exception/FlattenException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Exception/FlattenException.php+13-5Lines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
142 | 146 |
|
143 | 147 |
|
144 | 148 |
|
| ||
195 | 199 |
|
196 | 200 |
|
197 | 201 |
|
198 |
| - |
199 |
| - |
200 |
| - |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
201 | 209 |
|
202 | 210 |
|
203 | 211 |
|
|
src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
365 | 365 |
|
366 | 366 |
|
367 | 367 |
|
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
368 | 386 |
|
369 | 387 |
|
370 | 388 |
|
| ||
433 | 451 |
|
434 | 452 |
|
435 | 453 |
|
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
436 | 458 |
|
437 | 459 |
|
438 | 460 |
|
|
src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
373 | 373 |
|
374 | 374 |
|
375 | 375 |
|
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
376 | 381 |
|
377 | 382 |
|
378 | 383 |
|
|
src/Symfony/Component/ErrorHandler/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
src/Symfony/Component/HttpKernel/Kernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
| 231 | + |
235 | 232 |
|
236 | 233 |
|
237 | 234 |
|
| ||
473 | 470 |
|
474 | 471 |
|
475 | 472 |
|
476 |
| - |
477 |
| - |
| 473 | + |
| 474 | + |
478 | 475 |
|
479 | 476 |
|
480 | 477 |
|
|
src/Symfony/Component/HttpKernel/Tests/KernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/KernelTest.php+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
640 | 640 |
|
641 | 641 |
|
642 | 642 |
|
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
643 | 664 |
|
644 | 665 |
|
645 | 666 |
|
|
src/Symfony/Component/HttpKernel/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
|
src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
82 |
| - |
| 81 | + |
83 | 82 |
|
84 | 83 |
|
85 | 84 |
|
|
0 commit comments