mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
type hint
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user