Skip to content

Commit 81c3950

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Add missing "format" argument on denormalize
2 parents fa6f08b + b6993a2 commit 81c3950

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
@@ -1244,6 +1244,7 @@ context option::
12441244
$data = $serializer->denormalize(
12451245
['foo' => 'Hello'],
12461246
'MyObj',
1247+
null,
12471248
[AbstractNormalizer::DEFAULT_CONSTRUCTOR_ARGUMENTS => [
12481249
'MyObj' => ['foo' => '', 'bar' => ''],
12491250
]]

0 commit comments

Comments
 (0)