mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 22:26:41 +02:00
Add a lot more scalar types and go strict in Logger
This commit is contained in:
@@ -112,7 +112,7 @@ class ExceptionTestHandler extends TestHandler
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function handle(array $record)
|
||||
public function handle(array $record): bool
|
||||
{
|
||||
parent::handle($record);
|
||||
|
||||
|
Reference in New Issue
Block a user