mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 08:36:33 +02:00
Fix scalar typehints
This commit is contained in:
@@ -64,7 +64,7 @@ class LogmaticHandler extends SocketHandler
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function generateDataStream($record): String
|
||||
protected function generateDataStream($record): string
|
||||
{
|
||||
return $this->logToken . ' ' . $record['formatted'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user