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 3b24418 commit ea5c341Copy full SHA for ea5c341
components/serializer.rst
@@ -1242,7 +1242,7 @@ to ``true``::
1242
$result = $normalizer->normalize($dummy, 'json', [AbstractObjectNormalizer::SKIP_NULL_VALUES => true]);
1243
// ['bar' => 'notNull']
1244
1245
-Preventing ``null`` value fallback for nullable properties
+Preventing ``null`` Value Fallback for Nullable Properties
1246
----------------------------------------------------------
1247
1248
By default, the Serializer will add ``null`` to nullable properties when the parameters for those are not provided.
0 commit comments