🔧
This commit is contained in:
2
vendor/symfony/mime/DraftEmail.php
vendored
2
vendor/symfony/mime/DraftEmail.php
vendored
@@ -19,7 +19,7 @@ use Symfony\Component\Mime\Part\AbstractPart;
|
||||
*/
|
||||
class DraftEmail extends Email
|
||||
{
|
||||
public function __construct(Headers $headers = null, AbstractPart $body = null)
|
||||
public function __construct(?Headers $headers = null, ?AbstractPart $body = null)
|
||||
{
|
||||
parent::__construct($headers, $body);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user