Skip to content

Commit 6641b4b

Browse files
committed
bug #5202 added missing tab (martinbertinat)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5202). Discussion ---------- added missing tab | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6,2.7 | Fixed tickets | Commits ------- f7c84ca added missing tab
2 parents c6dc4ea + f7c84ca commit 6641b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Here is an example on how to load the
7777
# app/config/services.yml
7878
services:
7979
get_set_method_normalizer:
80-
class: Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer
80+
class: Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer
8181
tags:
8282
- { name: serializer.normalizer }
8383

0 commit comments

Comments
 (0)