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 #13754 Fix supportsNormalization parameters definition (mathieu-ducrot)
This PR was merged into the 4.4 branch.
Discussion
----------
Fix supportsNormalization parameters definition
## Description
Add **$context** parameter in code example which is needed in Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface supportsNormalization definition.
In 3.4 documentation this was not needed because the example code implements NormalizerInterface vs ContextAwareNormalizerInterface since 4.4.
Commits
-------
f3b4364 Fix supportsNormalization parameters definition
0 commit comments