We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a623680 commit 7d37bd1Copy full SHA for 7d37bd1
tests/Http/HttpClientTest.php
@@ -205,7 +205,7 @@ public function testCanSendJsonSerializableData()
205
206
$this->factory->asJson()->post('http://foo.com/form', new class implements JsonSerializable
207
{
208
- public function jsonSerialize()
+ public function jsonSerialize(): mixed
209
210
return [
211
'name' => 'Taylor',
0 commit comments