Skip to content

Commit 8d6a35f

Browse files
Merge branch '6.2' into 6.3
* 6.2: [VarDumper] Fix calling scope detection inside magic accessors [Validator] add missing German translations [Serializer] Fix denormalizing abstract part headers in MimeMessageNormalizer [Form] Remove an obsolete phpdoc comment [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array
2 parents f783a7c + 45835b7 commit 8d6a35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Normalizer/MimeMessageNormalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public function denormalize(mixed $data, string $type, string $format = null, ar
101101
if (AbstractPart::class === $type) {
102102
$type = $data['class'];
103103
unset($data['class']);
104+
$data['headers'] = $this->serializer->denormalize($data['headers'], Headers::class, $format, $context);
104105
}
105106

106107
return $this->normalizer->denormalize($data, $type, $format, $context);

0 commit comments

Comments
 (0)