We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d776524 commit 3f1978bCopy full SHA for 3f1978b
components/serializer.rst
@@ -172,7 +172,7 @@ needs three parameters:
172
By default, additional attributes that are not mapped to the denormalized object
173
will be ignored by the Serializer component. If you prefer to throw an exception
174
when this happens, set the ``allow_extra_attributes`` context option to
175
-``false`` and provide an object that implements ``ClassMetadataFactoryInterface`
+``false`` and provide an object that implements ``ClassMetadataFactoryInterface``
176
when constructing the normalizer::
177
178
$data = <<<EOF
0 commit comments