mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 19:57:41 +02:00
type hint
This commit is contained in:
@@ -82,7 +82,7 @@ class FlowdockFormatter implements FormatterInterface
|
||||
return $formatted;
|
||||
}
|
||||
|
||||
public function getShortMessage($message)
|
||||
public function getShortMessage(string $message): string
|
||||
{
|
||||
static $hasMbString;
|
||||
|
||||
|
Reference in New Issue
Block a user