diff --git a/src/Log/Logger.php b/src/Log/Logger.php index a500dd7..27cdd90 100644 --- a/src/Log/Logger.php +++ b/src/Log/Logger.php @@ -62,6 +62,7 @@ public static function getInstance(): self throw new \RuntimeException("Logger instance is not set"); } + // @phpstan-ignore return.type return self::$global_instance; }