mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
Cleanups
This commit is contained in:
@@ -421,7 +421,6 @@ class Logger implements LoggerInterface, ResettableInterface
|
||||
{
|
||||
if (is_string($level)) {
|
||||
if (is_numeric($level)) {
|
||||
/** @phpstan-ignore-next-line */
|
||||
return intval($level);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user