Skip to content

Commit

Permalink
fix(phpstan)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna authored and pionl committed Sep 9, 2024
1 parent f85f6c5 commit 8dcb57c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Testing/Laravel/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 8dcb57c

Please sign in to comment.