mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 09:36:11 +02:00
Last phpstan fixes
This commit is contained in:
@@ -436,7 +436,6 @@ class Logger implements LoggerInterface, ResettableInterface
|
||||
throw new InvalidArgumentException('Level "'.var_export($level, true).'" is not defined, use one of: '.implode(', ', array_keys(static::$levels) + static::$levels));
|
||||
}
|
||||
|
||||
/** @phpstan-ignore-next-line */
|
||||
return $level;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user