Skip to content

Commit 3477931

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: sync message serializer code for forward-compatibility skip a test if the mime type detection feature will not work minor #47751 Norgweiang translations (ibonkonesa) fix overflow issue in WebPprofiler Forms panel
2 parents e76e009 + c876df1 commit 3477931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Normalizer/MimeMessageNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function normalize(mixed $object, string $format = null, array $context =
6262
if ($object instanceof AbstractPart) {
6363
$ret = $this->normalizer->normalize($object, $format, $context);
6464
$ret['class'] = $object::class;
65-
unset($ret['seekable'], $ret['cid']);
65+
unset($ret['seekable'], $ret['cid'], $ret['handle']);
6666

6767
return $ret;
6868
}

0 commit comments

Comments
 (0)