Skip to content

Commit 97119ef

Browse files
author
Kyra Farrow
committed
Add return types to internal|final|private methods
1 parent 3e8a152 commit 97119ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CurlHttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testHttp2Push()
4141
$logger = new class() extends AbstractLogger {
4242
public $logs = [];
4343

44-
public function log($level, $message, array $context = [])
44+
public function log($level, $message, array $context = []): void
4545
{
4646
$this->logs[] = $message;
4747
}

0 commit comments

Comments
 (0)