Skip to content

Commit

Permalink
fix(phpstan)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Sep 6, 2024
1 parent 8ea1c1c commit 5edb3e6
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 5edb3e6

Please sign in to comment.