package and depencies
This commit is contained in:
5
vendor/symfony/mime/Part/MessagePart.php
vendored
5
vendor/symfony/mime/Part/MessagePart.php
vendored
@@ -60,10 +60,7 @@ class MessagePart extends DataPart
|
||||
return $this->message->toIterable();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function __sleep()
|
||||
public function __sleep(): array
|
||||
{
|
||||
return ['message'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user