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.
1 parent f7ebf56 commit b384cc2Copy full SHA for b384cc2
components/serializer.rst
@@ -602,7 +602,8 @@ Circular references are common when dealing with entity relations::
602
}
603
604
To avoid infinite loops, :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
605
-throws a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
+or :class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer`
606
+throw a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
607
when such a case is encountered::
608
609
$member = new Member();
0 commit comments