Commit 6669181
File tree
10 files changed
+51
-18
lines changedFilter options
- src/Symfony/Component
- Console
- Debug
- Exception
- Tests/Exception
- ErrorHandler
- Exception
- Tests/Exception
10 files changed
+51
-18
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
|
src/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/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/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/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/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/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 |
|
|
0 commit comments