Commit 6d02565
committed
File tree
Expand file treeCollapse 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
Expand file treeCollapse file tree
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 |
|
|
0 commit comments