Skip to content

Commit 8a05ba1

Browse files
committed
fix code style
1 parent 6071cc0 commit 8a05ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Exception/HttpExceptionTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function provideParseError(): iterable
3939
/**
4040
* @dataProvider provideParseError
4141
*/
42-
public function testParseError(string $mimeType, string $json, string $expectedMessage): void
42+
public function testParseError(string $mimeType, string $json, string $expectedMessage)
4343
{
4444
$response = $this->createMock(ResponseInterface::class);
4545
$response

0 commit comments

Comments
 (0)