Commit c6ae4ad
committed
bug symfony#59699 [Serializer] Handle default context in named Serializer (HypeMC)
This PR was merged into the 7.2 branch.
Discussion
----------
[Serializer] Handle default context in named Serializer
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Follow up to symfony#58889.
Same should be applied to named serializers.
Commits
-------
8cb8f55 [Serializer] Handle default context in named SerializerFile tree
2 files changed
+4
-2
lines changed- src/Symfony/Component/Serializer
- DependencyInjection
- Tests/DependencyInjection
2 files changed
+4
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| 573 | + | |
| 574 | + | |
573 | 575 | | |
574 | 576 | | |
575 | 577 | | |
| |||
0 commit comments