1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 17:46:09 +02:00
This commit is contained in:
Jordi Boggiano
2022-03-14 14:11:15 +01:00
parent 0aef68ce10
commit a3ba6445a4
6 changed files with 16 additions and 16 deletions

View File

@@ -421,7 +421,6 @@ class Logger implements LoggerInterface, ResettableInterface
{
if (is_string($level)) {
if (is_numeric($level)) {
/** @phpstan-ignore-next-line */
return intval($level);
}