Commit 6d02565
committed
File tree
24 files changed
+135
-56
lines changedFilter options
- src/Symfony/Component
- Console
- Tests
- Debug
- Exception
- Tests
- Exception
- ErrorHandler
- Exception
- Tests
- Exception
- HttpKernel
- Tests
- Messenger
- Middleware
- Tests/Middleware
- VarDumper/Caster
24 files changed
+135
-56
lines changed-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 | 34 |
|
37 | 35 |
|
38 | 36 |
|
|
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+4-5Lines changed: 4 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 | + |
877 | 876 |
|
878 | 877 |
|
879 | 878 |
|
|
src/Symfony/Component/Console/Tests/ApplicationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/ApplicationTest.php+10-6Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
897 | 897 |
|
898 | 898 |
|
899 | 899 |
|
900 |
| - |
| 900 | + |
| 901 | + |
901 | 902 |
|
902 | 903 |
|
903 | 904 |
|
| ||
907 | 908 |
|
908 | 909 |
|
909 | 910 |
|
910 |
| - |
| 911 | + |
| 912 | + |
911 | 913 |
|
912 | 914 |
|
913 | 915 |
|
914 | 916 |
|
915 |
| - |
| 917 | + |
916 | 918 |
|
917 | 919 |
|
918 | 920 |
|
919 | 921 |
|
920 | 922 |
|
921 | 923 |
|
922 | 924 |
|
923 |
| - |
| 925 | + |
| 926 | + |
924 | 927 |
|
925 | 928 |
|
926 | 929 |
|
| ||
930 | 933 |
|
931 | 934 |
|
932 | 935 |
|
933 |
| - |
| 936 | + |
| 937 | + |
934 | 938 |
|
935 | 939 |
|
936 | 940 |
|
937 | 941 |
|
938 |
| - |
| 942 | + |
939 | 943 |
|
940 | 944 |
|
941 | 945 |
|
|
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+5-5Lines changed: 5 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 | 138 |
|
139 | 139 |
|
140 | 140 |
|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
183 |
| - |
184 |
| - |
| 182 | + |
| 183 | + |
| 184 | + |
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
|
src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php+20Lines changed: 20 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 | + |
| 346 | + |
| 347 | + |
328 | 348 |
|
329 | 349 |
|
330 | 350 |
|
|
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+4-4Lines changed: 4 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 | 773 |
|
774 | 774 |
|
775 | 775 |
|
src/Symfony/Component/ErrorHandler/Exception/FlattenException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Exception/FlattenException.php+5-5Lines changed: 5 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 | 142 |
|
143 | 143 |
|
144 | 144 |
|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
198 |
| - |
199 |
| - |
200 |
| - |
| 198 | + |
| 199 | + |
| 200 | + |
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
|
src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php+24Lines changed: 24 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 | + |
| 386 | + |
| 387 | + |
368 | 388 |
|
369 | 389 |
|
370 | 390 |
|
| ||
433 | 453 |
|
434 | 454 |
|
435 | 455 |
|
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
436 | 460 |
|
437 | 461 |
|
438 | 462 |
|
|
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+2-5Lines changed: 2 additions & 5 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 |
|
| ||
474 | 471 |
|
475 | 472 |
|
476 | 473 |
|
477 |
| - |
| 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