diff --git a/src/Testing/Laravel/Logger.php b/src/Testing/Laravel/Logger.php index 2af065ea..37ea4393 100644 --- a/src/Testing/Laravel/Logger.php +++ b/src/Testing/Laravel/Logger.php @@ -67,6 +67,9 @@ public function debug(Stringable|string $message, array $context = []): void $this->debug[] = [$message, $context]; } + /** + * @param string $level + */ public function log($level, Stringable|string $message, array $context = []): void { $this->log[] = [$message, $context];