Skip to content

Commit 3e8b723

Browse files
committed
[symfony#9132] some minor tweaks
1 parent e7f2328 commit 3e8b723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ properties and setters (``setXxx()``) to change properties:
156156
;
157157
158158
.. versionadded:: 3.4
159-
Support of hasser methods (``hasXxx()``) in ``GetSetMethodNormalizer`` was
159+
Support for hasser methods (``hasXxx()``) in ``GetSetMethodNormalizer`` was
160160
introduced in Symfony 3.4. In previous Symfony versions only getters (``getXxx()``)
161-
and issers (``isXxx()``) are supported.
161+
and issers (``isXxx()``) were supported.
162162

163163
.. _serializer-using-serialization-groups-annotations:
164164

0 commit comments

Comments
 (0)