Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Dec 27, 2024
1 parent 3c078ee commit 0ede217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/ProxyLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct(callable $fn)
$this->fn = $fn;
}

public function log($level, $message, array $context = [])
public function log($level, string|\Stringable $message, array $context = []): void
{
($this->fn)($level, $message, $context);
}
Expand Down

0 comments on commit 0ede217

Please sign in to comment.