Commit b60b22e
committed
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 definition1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments