mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Merge remote-tracking branch 'ondrejmirtes/phpstan'
This commit is contained in:
@@ -46,7 +46,7 @@ class MandrillHandler extends MailHandler
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected function send($content, array $records)
|
protected function send(string $content, array $records)
|
||||||
{
|
{
|
||||||
$mime = null;
|
$mime = null;
|
||||||
if ($this->isHtmlBody($content)) {
|
if ($this->isHtmlBody($content)) {
|
||||||
|
@@ -72,7 +72,7 @@ class SendGridHandler extends MailHandler
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected function send($content, array $records)
|
protected function send(string $content, array $records)
|
||||||
{
|
{
|
||||||
$message = [];
|
$message = [];
|
||||||
$message['api_user'] = $this->apiUser;
|
$message['api_user'] = $this->apiUser;
|
||||||
|
Reference in New Issue
Block a user