We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2171355 + 9a44b3f commit 5d081b2Copy full SHA for 5d081b2
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)
+ public function supportsNormalization($data, $format = null, array $context = [])
51
{
52
return $data instanceof Topic;
53
0 commit comments