Skip to content

Commit b6993a2

Browse files
committed
minor #13770 Add missing "format" argument on denormalize (l-vo)
This PR was merged into the 4.4 branch. Discussion ---------- Add missing "format" argument on denormalize Commits ------- 70d09a3 Add missing "format" argument on denormalize
2 parents 670e1bd + 70d09a3 commit b6993a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/serializer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,7 @@ context option::
12891289
$data = $serializer->denormalize(
12901290
['foo' => 'Hello'],
12911291
'MyObj',
1292+
null,
12921293
[AbstractNormalizer::DEFAULT_CONSTRUCTOR_ARGUMENTS => [
12931294
'MyObj' => ['foo' => '', 'bar' => ''],
12941295
]]

0 commit comments

Comments
 (0)