Skip to content

Commit b9f51b8

Browse files
committed
minor #9147 [Serializer] some minor tweaks to #9132 (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [Serializer] some minor tweaks to #9132 Commits ------- 3e8b723 [#9132] some minor tweaks
2 parents e7f2328 + 3e8b723 commit b9f51b8

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)