mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 16:46:11 +02:00
Add a lot more scalar types and go strict in Logger
This commit is contained in:
@@ -157,7 +157,7 @@ class PHPConsoleHandler extends AbstractProcessingHandler
|
||||
return $this->options;
|
||||
}
|
||||
|
||||
public function handle(array $record)
|
||||
public function handle(array $record): bool
|
||||
{
|
||||
if ($this->options['enabled'] && $this->connector->isActiveClient()) {
|
||||
return parent::handle($record);
|
||||
|
Reference in New Issue
Block a user