Skip to content

Commit 0226518

Browse files
author
rotimi
committed
Updated test object
1 parent ddcc09e commit 0226518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-objects/InMemoryLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class InMemoryLogger extends \Psr\Log\AbstractLogger {
2727
*
2828
* @throws \Psr\Log\InvalidArgumentException
2929
*/
30-
public function log($level, string|\Stringable $message, array $context=[]) {
30+
public function log($level, string|\Stringable $message, array $context=[]):void {
3131

3232
$this->log_entries[] = "[LEVEL: {$level}] [MESSAGE: {$message}]";
3333
}

0 commit comments

Comments
 (0)