Skip to content

Commit 36573d7

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Cleanup CI scripts fix code style fix code style take query and request parameters into account when matching routes mistake fix tests to run assertions on returned Crawler instances
2 parents de4e016 + 8a05ba1 commit 36573d7

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)