From 24d3ccf0d839e4051ba6fb2ac1afdadf6c7b9e01 Mon Sep 17 00:00:00 2001 From: Steve Porter Date: Sun, 9 Sep 2018 07:25:06 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Logging/Monolog/Handlers/MailableHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logging/Monolog/Handlers/MailableHandler.php b/src/Logging/Monolog/Handlers/MailableHandler.php index f0b7d2b..d6c1de1 100644 --- a/src/Logging/Monolog/Handlers/MailableHandler.php +++ b/src/Logging/Monolog/Handlers/MailableHandler.php @@ -15,7 +15,7 @@ class MailableHandler extends MailHandler * @param Mailable $mailable * @param LineFormatter $subjectFormatter * @param int $level The minimum logging level at which this handler will be triggered - * @param Boolean $bubble Whether the messages that are handled can bubble up the stack or not + * @param bool $bubble Whether the messages that are handled can bubble up the stack or not * * @return void */