Skip to content

Commit 8dcb57c

Browse files
h4kunapionl
authored andcommitted
fix(phpstan)
1 parent f85f6c5 commit 8dcb57c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Testing/Laravel/Logger.php

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ public function debug(Stringable|string $message, array $context = []): void
6767
$this->debug[] = [$message, $context];
6868
}
6969

70+
/**
71+
* @param string $level
72+
*/
7073
public function log($level, Stringable|string $message, array $context = []): void
7174
{
7275
$this->log[] = [$message, $context];

0 commit comments

Comments
 (0)