Skip to content

Commit 06f5d8b

Browse files
authored
chore: fix CI (#200)
fix phpunit error introduced by 11.3 dependency (provider must be static
1 parent 1926fae commit 06f5d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/InvokerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function testTypedBadRequestError(): void
163163
$this->assertSame('Bad Request', (string) $response->getBody());
164164
}
165165

166-
public function provideErrorHandling(): array
166+
public static function provideErrorHandling(): array
167167
{
168168
return [
169169
['http', 'crash'],

0 commit comments

Comments
 (0)