Skip to content

Commit 8931b1d

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 6336f4b + 1343ba0 commit 8931b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Loader/ObjectLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testLoadCallsServiceAndReturnsCollection()
4343
/**
4444
* @dataProvider getBadResourceStrings
4545
*/
46-
public function testExceptionWithoutSyntax(string $resourceString): void
46+
public function testExceptionWithoutSyntax(string $resourceString)
4747
{
4848
$this->expectException('InvalidArgumentException');
4949
$loader = new TestObjectLoader();

0 commit comments

Comments
 (0)