Skip to content

Commit

Permalink
Merge branch '6.0' into 6.1
Browse files Browse the repository at this point in the history
* 6.0:
  Fix merge
  • Loading branch information
nicolas-grekas committed Dec 14, 2022
2 parents 44f3e8f + 3e6a7ba commit 07497fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Part/MessagePart.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ public function bodyToIterable(): iterable
return $this->message->toIterable();
}

/**
* @return array
*/
public function __sleep()
public function __sleep(): array
{
return ['message'];
}
Expand Down

0 comments on commit 07497fe

Please sign in to comment.