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 6071cc0 commit 8a05ba1Copy full SHA for 8a05ba1
Tests/Exception/HttpExceptionTraitTest.php
@@ -39,7 +39,7 @@ public function provideParseError(): iterable
39
/**
40
* @dataProvider provideParseError
41
*/
42
- public function testParseError(string $mimeType, string $json, string $expectedMessage): void
+ public function testParseError(string $mimeType, string $json, string $expectedMessage)
43
{
44
$response = $this->createMock(ResponseInterface::class);
45
$response
0 commit comments