We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecaa9f commit 480f254Copy full SHA for 480f254
tests/unit/DocBlock/Tags/MethodTest.php
@@ -491,7 +491,7 @@ public function testCreateMethodParenthesisMissing()
491
*
492
* @covers ::create
493
*/
494
- public function testCreateMethodEmptyArguments() : void
+ public function testCreateMethodEmptyArguments()
495
{
496
$descriptionFactory = m::mock(DescriptionFactory::class);
497
$resolver = new TypeResolver();
0 commit comments