Skip to content

Commit 2128ce5

Browse files
committed
fix code style
1 parent 4df2038 commit 2128ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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();

Tests/Loader/ObjectRouteLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testLoadCallsServiceAndReturnsCollection()
7171
/**
7272
* @dataProvider getBadResourceStrings
7373
*/
74-
public function testExceptionWithoutSyntax(string $resourceString): void
74+
public function testExceptionWithoutSyntax(string $resourceString)
7575
{
7676
$this->expectException('InvalidArgumentException');
7777
$loader = new TestObjectRouteLoader();

0 commit comments

Comments
 (0)