mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 00:26:10 +02:00
Add a lot more scalar types and go strict in Logger
This commit is contained in:
@@ -22,7 +22,7 @@ class WhatFailureGroupHandler extends GroupHandler
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function handle(array $record)
|
||||
public function handle(array $record): bool
|
||||
{
|
||||
if ($this->processors) {
|
||||
foreach ($this->processors as $processor) {
|
||||
|
Reference in New Issue
Block a user