Skip to content

Commit e1f5d7c

Browse files
Update components/serializer.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent b665eeb commit e1f5d7c

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
@@ -1245,7 +1245,7 @@ to ``true``::
12451245
Preventing ``null`` value fallback for nullable properties
12461246
----------------------------------------------------------
12471247

1248-
By default, the Serializer will add `null` to nullable properties when the parameters for those are not provided.
1248+
By default, the Serializer will add ``null`` to nullable properties when the parameters for those are not provided.
12491249
You can change this behavior by setting the ``AbstractNormalizer::PREVENT_NULLABLE_FALLBACK`` context option
12501250
to ``true``::
12511251

0 commit comments

Comments
 (0)