8000 Merge branch '6.2' into 6.3 · symfony/symfony@2a42815 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a42815

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix merge
2 parents 79547b0 + f3a6e81 commit 2a42815

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Symfony/Component/Mime/Part/MessagePart.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ public function bodyToIterable(): iterable
6060
return $this->message->toIterable();
6161
}
6262

63-
/**
64-
* @return array
65-
*/
66-
public function __sleep()
63+
public function __sleep(): array
6764
{
6865
return ['message'];
6966
}

0 commit comments

Comments
 (0)
0