Skip to content

Commit 9621933

Browse files
Merge branch '5.1' into 5.2
* 5.1: 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 propagate groups to nested constraints
2 parents 76b61eb + 36573d7 commit 9621933

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)