Commit a25fb27
committed
minor symfony#61249 [Serializer] Make data provider return type match its PHPDoc (MatTheCat)
This PR was merged into the 7.4 branch.
Discussion
----------
[Serializer] Make data provider return type match its PHPDoc
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
Fix CI failures like https://github.com/symfony/symfony/actions/runs/16549261399/job/46801686089?pr=60568#step:7:27
Commits
-------
592254c [Serializer] Make data provider return type match its PHPDocFile tree
1 file changed
+7
-9
lines changed- src/Symfony/Component/Serializer/Tests/Normalizer
1 file changed
+7
-9
lines changedLines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
596 | 594 | | |
597 | 595 | | |
598 | 596 | | |
| |||
0 commit comments