Skip to content

Commit 96960d4

Browse files
committed
minor #13172 Update serializer.rst (Yohann76)
This PR was merged into the 5.0 branch. Discussion ---------- Update serializer.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 4d6da00 Update serializer.rst
2 parents c68f9a7 + 4d6da00 commit 96960d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ If you are using isser methods (methods prefixed by ``is``, like
624624
``App\Model\Person::isSportsperson()``), the Serializer component will
625625
automatically detect and use it to serialize related attributes.
626626

627-
The ``ObjectNormalizer`` also takes care of methods starting with ``has``, ``add``
627+
The `ObjectNormalizer` also takes care of methods starting with ``has``, ``add``
628628
and ``remove``.
629629

630630
Using Callbacks to Serialize Properties with Object Instances

0 commit comments

Comments
 (0)