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
minor #52716 [Serializer] do not detect the deserialization_path context value twice (xabbuh)
This PR was merged into the 6.3 branch.
Discussion
----------
[Serializer] do not detect the deserialization_path context value twice
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
#52713 must not be applied on 6.3+ as the logic is already part of the `getAttributeDenormalizationContext()` method introduced in #46680.
Commits
-------
9b027a5 do not detect the deserialization_path context value twice
thrownewMissingConstructorArgumentsException(sprintf('Cannot create an instance of "%s" from serialized data because its constructor requires the following parameters to be present : "$%s".', $class, implode('", "$', $missingConstructorArguments)), 0, null, $missingConstructorArguments, $class);
0 commit comments