Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc3412b

Browse filesBrowse files
committed
Fix syntax issue
1 parent ae7e198 commit bc3412b
Copy full SHA for bc3412b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎serializer.rst

Copy file name to clipboardExpand all lines: serializer.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.