Commit 23c16c6
File tree
6 files changed
+59
-4
lines changedFilter options
- src/Symfony/Component
- VarDumper
- Caster
- Tests
- Caster
- Fixtures
- VarExporter
- Tests
- Fixtures/LazyProxy
6 files changed
+59
-4
lines changedsrc/Symfony/Component/VarDumper/Caster/ReflectionCaster.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
234 |
| - |
| 234 | + |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
| ||
413 | 413 |
|
414 | 414 |
|
415 | 415 |
|
416 |
| - |
| 416 | + |
417 | 417 |
|
418 | 418 |
|
419 | 419 |
|
|
src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php+22-1Lines changed: 22 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
95 | 96 |
|
96 | 97 |
|
97 | 98 |
|
98 |
| - |
| 99 | + |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
| ||
406 | 407 |
|
407 | 408 |
|
408 | 409 |
|
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
| 429 | + |
409 | 430 |
|
410 | 431 |
|
411 | 432 |
|
|
src/Symfony/Component/VarDumper/Tests/Fixtures/Php82NullStandaloneReturnType.php
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
src/Symfony/Component/VarExporter/ProxyHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/ProxyHelper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
314 |
| - |
| 314 | + |
315 | 315 |
|
316 | 316 |
|
317 | 317 |
|
|
src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/Php82NullStandaloneReturnType.php
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php+12Lines changed: 12 additions & 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 |
|
| ||
188 | 189 |
|
189 | 190 |
|
190 | 191 |
|
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
191 | 203 |
|
192 | 204 |
|
193 | 205 |
|
|
0 commit comments