We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4a4281 + cd1fa25 commit b67227bCopy full SHA for b67227b
serializer/custom_normalizer.rst
@@ -47,7 +47,7 @@ to customize the normalized data. To do that, leverage the ``ObjectNormalizer``:
47
return $data;
48
}
49
50
- public function supportsNormalization($data, $format = null, array $context = [])
+ public function supportsNormalization($data, $format = null)
51
{
52
return $data instanceof Topic;
53
0 commit comments