1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

type hint

This commit is contained in:
vershinin_so
2019-07-11 09:37:46 +03:00
parent f8de7cf628
commit ad39412eb0

View File

@@ -82,7 +82,7 @@ class FlowdockFormatter implements FormatterInterface
return $formatted; return $formatted;
} }
public function getShortMessage($message) public function getShortMessage(string $message): string
{ {
static $hasMbString; static $hasMbString;