From 8804b4aac52fea8d9fa5de7e543b8ef3d3ed931a Mon Sep 17 00:00:00 2001 From: sdaoudi Date: Wed, 19 Nov 2014 18:44:28 +0000 Subject: [PATCH 1/3] Fixed minor typos --- doc/reference/annotations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/annotations.rst b/doc/reference/annotations.rst index 25e5f3695..aa1fc4b65 100644 --- a/doc/reference/annotations.rst +++ b/doc/reference/annotations.rst @@ -48,7 +48,7 @@ PHP's ``version_compare`` function. @Groups ~~~~~~~ -This annotation can be defined on a property to specifiy to if the property +This annotation can be defined on a property to specify if the property should be serialized when only serializing specific groups (see :doc:`../cookbook/exclusion_strategies`). @@ -211,7 +211,7 @@ the object has been deserialized. @HandlerCallback ~~~~~~~~~~~~~~~~ This annotation can be defined on a method if serialization/deserialization is handled -by the object iself. +by the object self. .. code-block :: php From 9dc080a42fed1edba54800d5f30c31ef962eac7a Mon Sep 17 00:00:00 2001 From: sdaoudi Date: Wed, 19 Nov 2014 18:47:32 +0000 Subject: [PATCH 2/3] Fixed minor PHPDoc --- src/JMS/Serializer/Construction/ObjectConstructorInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/JMS/Serializer/Construction/ObjectConstructorInterface.php b/src/JMS/Serializer/Construction/ObjectConstructorInterface.php index 6c1bb03d6..240264bee 100644 --- a/src/JMS/Serializer/Construction/ObjectConstructorInterface.php +++ b/src/JMS/Serializer/Construction/ObjectConstructorInterface.php @@ -39,6 +39,7 @@ interface ObjectConstructorInterface * @param ClassMetadata $metadata * @param mixed $data * @param array $type ["name" => string, "params" => array] + * @param DeserializationContext $context * * @return object */ From 87feafc36502cda1ada2ca414399ab3396d2b6f7 Mon Sep 17 00:00:00 2001 From: sdaoudi Date: Wed, 19 Nov 2014 20:00:37 +0000 Subject: [PATCH 3/3] Fixed minor typos 2 --- doc/reference/annotations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/annotations.rst b/doc/reference/annotations.rst index aa1fc4b65..2d22e53b3 100644 --- a/doc/reference/annotations.rst +++ b/doc/reference/annotations.rst @@ -211,7 +211,7 @@ the object has been deserialized. @HandlerCallback ~~~~~~~~~~~~~~~~ This annotation can be defined on a method if serialization/deserialization is handled -by the object self. +by the object itself. .. code-block :: php