summaryrefslogtreecommitdiffstats
path: root/src/Monolog/Handler/MailHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Monolog/Handler/MailHandler.php')
-rw-r--r--src/Monolog/Handler/MailHandler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Monolog/Handler/MailHandler.php b/src/Monolog/Handler/MailHandler.php
index 2b9d74c..634fbc1 100644
--- a/src/Monolog/Handler/MailHandler.php
+++ b/src/Monolog/Handler/MailHandler.php
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
/*
* This file is part of the Monolog package.
@@ -46,7 +46,7 @@ abstract class MailHandler extends AbstractProcessingHandler
* @param string $content formatted email body to be sent
* @param array $records the array of log records that formed this content
*/
- abstract protected function send($content, array $records);
+ abstract protected function send(string $content, array $records);
/**
* {@inheritdoc}