mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 09:36:11 +02:00
Fix type errors, thanks phan
This commit is contained in:
@@ -28,7 +28,7 @@ class MercurialProcessor
|
||||
$this->level = Logger::toMonologLevel($level);
|
||||
}
|
||||
|
||||
public function __invoke(array $record): arra
|
||||
public function __invoke(array $record): array
|
||||
{
|
||||
// return if the level is not high enough
|
||||
if ($record['level'] < $this->level) {
|
||||
|
Reference in New Issue
Block a user