1
0
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:
Julien Breux
2016-06-28 18:41:45 +02:00
parent b1f107d12d
commit 4230ff5560
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ class LogmaticHandler extends SocketHandler
/**
* {@inheritdoc}
*/
protected function generateDataStream($record): String
protected function generateDataStream($record): string
{
return $this->logToken . ' ' . $record['formatted'];
}