Skip to content

Commit 3af050c

Browse files
committed
[Serializer] Added missing ObjectNormalizer
1 parent d1cd14f commit 3af050c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/serializer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,8 @@ Circular references are common when dealing with entity relations::
595595
}
596596

597597
To avoid infinite loops, :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
598-
throws a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
598+
or :class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer`
599+
throw a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
599600
when such a case is encountered::
600601

601602
$member = new Member();

0 commit comments

Comments
 (0)