Skip to content

Commit c61111a

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: [Serializer] Remove colon
2 parents 8127512 + 8794ad7 commit c61111a

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
@@ -790,7 +790,7 @@ Normalizers
790790
-----------
791791

792792
Normalizers turn **object** into **array** and vice versa. They implement
793-
::class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
793+
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
794794
for normalize (object to array) and
795795
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizableInterface` for denormalize
796796
(array to object).

0 commit comments

Comments
 (0)