Skip to content

Commit 64c2cce

Browse files
committed
minor #10079 Fixed a syntax issue (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed a syntax issue Commits ------- 3f1978b Fixed a syntax issue
2 parents d776524 + 3f1978b commit 64c2cce

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
@@ -172,7 +172,7 @@ needs three parameters:
172172
By default, additional attributes that are not mapped to the denormalized object
173173
will be ignored by the Serializer component. If you prefer to throw an exception
174174
when this happens, set the ``allow_extra_attributes`` context option to
175-
``false`` and provide an object that implements ``ClassMetadataFactoryInterface`
175+
``false`` and provide an object that implements ``ClassMetadataFactoryInterface``
176176
when constructing the normalizer::
177177

178178
$data = <<<EOF

0 commit comments

Comments
 (0)