Skip to content

Commit 1343ba0

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 ac20f2e + 2128ce5 commit 1343ba0

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)