Skip to content

Commit

Permalink
[Serializer] Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 2, 2015
1 parent ae2b78c commit 13b8b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ Ignoring Attributes
-------------------

.. versionadded:: 2.3
The :method:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setIgnoredAttributes`
The :method:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setIgnoredAttributes`
method was introduced in Symfony 2.3.

.. versionadded:: 2.7
Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
2.7, they are ignored when deserializing too.

As an option, there's a way to ignore attributes from the origin object. To remove
Expand Down

0 comments on commit 13b8b05

Please sign in to comment.