Skip to content

Navigation Menu

Sign in
Appearance settings

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 d2ebd70

Browse filesBrowse files
authored
[Serializer] Remove colon
1 parent f22f38f commit d2ebd70
Copy full SHA for d2ebd70

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ Normalizers
694694
-----------
695695

696696
Normalizers turn **object** into **array** and vice versa. They implement
697-
::class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
697+
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
698698
for normalize (object to array) and
699699
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizableInterface` for denormalize
700700
(array to object).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.