Skip to content

Commit 480f254

Browse files
committed
Fix invalid unittest
1 parent 2ecaa9f commit 480f254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/DocBlock/Tags/MethodTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public function testCreateMethodParenthesisMissing()
491491
*
492492
* @covers ::create
493493
*/
494-
public function testCreateMethodEmptyArguments() : void
494+
public function testCreateMethodEmptyArguments()
495495
{
496496
$descriptionFactory = m::mock(DescriptionFactory::class);
497497
$resolver = new TypeResolver();

0 commit comments

Comments
 (0)