Skip to content

Commit c876df1

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: 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 0986800 + 5dd9507 commit c876df1

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
@@ -65,6 +65,7 @@ public function normalize(mixed $object, string $format = null, array $context =
6565
if ($object instanceof AbstractPart) {
6666
$ret = $this->normalizer->normalize($object, $format, $context);
6767
$ret['class'] = \get_class($object);
68+
unset($ret['seekable'], $ret['cid'], $ret['handle']);
6869

6970
return $ret;
7071
}

0 commit comments

Comments
 (0)