From ad39412eb0a7842daa92db74b8dc3ecc624e64f9 Mon Sep 17 00:00:00 2001 From: vershinin_so Date: Thu, 11 Jul 2019 09:37:46 +0300 Subject: [PATCH] type hint --- src/Monolog/Formatter/FlowdockFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monolog/Formatter/FlowdockFormatter.php b/src/Monolog/Formatter/FlowdockFormatter.php index 6a68081e..301b74b2 100644 --- a/src/Monolog/Formatter/FlowdockFormatter.php +++ b/src/Monolog/Formatter/FlowdockFormatter.php @@ -82,7 +82,7 @@ class FlowdockFormatter implements FormatterInterface return $formatted; } - public function getShortMessage($message) + public function getShortMessage(string $message): string { static $hasMbString;