File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function testLoadCallsServiceAndReturnsCollection()
43
43
/**
44
44
* @dataProvider getBadResourceStrings
45
45
*/
46
- public function testExceptionWithoutSyntax (string $ resourceString ): void
46
+ public function testExceptionWithoutSyntax (string $ resourceString )
47
47
{
48
48
$ this ->expectException ('InvalidArgumentException ' );
49
49
$ loader = new TestObjectLoader ();
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function testLoadCallsServiceAndReturnsCollection()
71
71
/**
72
72
* @dataProvider getBadResourceStrings
73
73
*/
74
- public function testExceptionWithoutSyntax (string $ resourceString ): void
74
+ public function testExceptionWithoutSyntax (string $ resourceString )
75
75
{
76
76
$ this ->expectException ('InvalidArgumentException ' );
77
77
$ loader = new TestObjectRouteLoader ();
You can’t perform that action at this time.
0 commit comments