Skip to content

Commit 3f1978b

Browse files
committed
Fixed a syntax issue
1 parent d776524 commit 3f1978b

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)