Skip to content

Commit ea5c341

Browse files
Update components/serializer.rst
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 3b24418 commit ea5c341

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
@@ -1242,7 +1242,7 @@ to ``true``::
12421242
$result = $normalizer->normalize($dummy, 'json', [AbstractObjectNormalizer::SKIP_NULL_VALUES => true]);
12431243
// ['bar' => 'notNull']
12441244

1245-
Preventing ``null`` value fallback for nullable properties
1245+
Preventing ``null`` Value Fallback for Nullable Properties
12461246
----------------------------------------------------------
12471247

12481248
By default, the Serializer will add ``null`` to nullable properties when the parameters for those are not provided.

0 commit comments

Comments
 (0)