Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e05e525

Browse files
committed
minor #7720 Update serializer.rst (prosalov)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7720). Discussion ---------- Update serializer.rst Removed an extra semicolon. Commits ------- 9150701 Update serializer.rst
2 parents b3b0854 + 9150701 commit e05e525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Here is an example on how to load the
127127
use Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer;
128128
129129
$container->register('get_set_method_normalizer', GetSetMethodNormalizer::class)
130-
->setPublic(false);
130+
->setPublic(false)
131131
->addTag('serializer.normalizer')
132132
;
133133

0 commit comments

Comments
 (0)