Skip to content

Commit bc3412b

Browse files
committed
Fix syntax issue
1 parent ae7e198 commit bc3412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ normalizers (in order of priority):
13881388
want ``null`` instead, you can set the ``BackedEnumNormalizer::ALLOW_INVALID_VALUES`` option.
13891389

13901390
:class:`Symfony\\Component\\Serializer\\Normalizer\\NumberNormalizer`
1391-
This normalizer converts between :phpclass:`BcMath\Number` or :phpclass:`GMP` objects and
1391+
This normalizer converts between :phpclass:`BcMath\\Number` or :phpclass:`GMP` objects and
13921392
strings or integers.
13931393

13941394
.. versionadded:: 7.2

0 commit comments

Comments
 (0)