From e1ca7bdc5313c1d4a2870346738e0985157d8178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 6 Oct 2016 16:55:37 +0200 Subject: [PATCH] [Serializer] Move the see also block in the Learn More section --- components/serializer.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/serializer.rst b/components/serializer.rst index 4d37c9d16d5..27115410384 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -631,11 +631,6 @@ having unique identifiers:: var_dump($serializer->serialize($org, 'json')); // {"name":"Les-Tilleuls.coop","members":[{"name":"K\u00e9vin", organization: "Les-Tilleuls.coop"}]} -.. seealso:: - - A popular alternative to the Symfony Serializer Component is the third-party - library, `JMS serializer`_ (released under the Apache license, so incompatible with GPLv2 projects). - Learn more ---------- @@ -645,5 +640,10 @@ Learn more /serializer +.. seealso:: + + A popular alternative to the Symfony Serializer Component is the third-party + library, `JMS serializer`_ (released under the Apache license, so incompatible with GPLv2 projects). + .. _`JMS serializer`: https://github.com/schmittjoh/serializer .. _Packagist: https://packagist.org/packages/symfony/serializer