Skip to content

Commit 8794ad7

Browse files
committed
minor #16142 [Serializer] Remove duplicate colon (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Serializer] Remove duplicate colon <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- d2ebd70 [Serializer] Remove colon
2 parents f22f38f + d2ebd70 commit 8794ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines 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)