You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#46765 [Serializer] Fix denormalization union types with constructor (Gwemox)
This PR was merged into the 4.4 branch.
Discussion
----------
[Serializer] Fix denormalization union types with constructor
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fixsymfony#46396
| License | MIT
Fix bug when deserialize union types with constructor. Before that, `MissingConstructorArgumentsException` was thrown even if another type matched.
Is similar to symfony#45861
Commits
-------
33fb153 [Serializer] Fix denormalization union types with constructor
0 commit comments