Skip to content

Commit b384cc2

Browse files
lyrixxjaviereguiluz
authored andcommitted
[Serializer] Added missing ObjectNormalizer
1 parent f7ebf56 commit b384cc2

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
@@ -602,7 +602,8 @@ Circular references are common when dealing with entity relations::
602602
}
603603

604604
To avoid infinite loops, :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
605-
throws a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
605+
or :class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer`
606+
throw a :class:`Symfony\\Component\\Serializer\\Exception\\CircularReferenceException`
606607
when such a case is encountered::
607608

608609
$member = new Member();

0 commit comments

Comments
 (0)