diff --git a/tests/Stubs/Log/BadLogger.php b/tests/Stubs/Log/BadLogger.php index 58d7993..39adcad 100644 --- a/tests/Stubs/Log/BadLogger.php +++ b/tests/Stubs/Log/BadLogger.php @@ -81,6 +81,7 @@ public function debug(Stringable | string $message, array $context = []): void } /** + * @param mixed $level * @inheritDoc * @throws Exception */ diff --git a/tests/Stubs/Log/NullLogger.php b/tests/Stubs/Log/NullLogger.php index 7d1c97e..6283892 100644 --- a/tests/Stubs/Log/NullLogger.php +++ b/tests/Stubs/Log/NullLogger.php @@ -64,6 +64,7 @@ public function debug(Stringable | string $message, array $context = []): void } /** + * @param mixed $level * @inheritDoc */ public function log($level, Stringable | string $message, array $context = []): void