Skip to content

Commit 13b8b05

Browse files
committed
[Serializer] Fix CS
1 parent ae2b78c commit 13b8b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ Ignoring Attributes
284284
-------------------
285285

286286
.. versionadded:: 2.3
287-
The :method:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setIgnoredAttributes`
287+
The :method:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setIgnoredAttributes`
288288
method was introduced in Symfony 2.3.
289289

290290
.. versionadded:: 2.7
291-
Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
291+
Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
292292
2.7, they are ignored when deserializing too.
293293

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

0 commit comments

Comments
 (0)