Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanvelzen committed Jun 8, 2022
1 parent 1c74ef3 commit 1dcf081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ast/PhpDoc/PhpDocNode.php
Expand Up @@ -77,7 +77,7 @@ static function (PhpDocTagValueNode $value): bool {


/**
* @return ParamTagValueNode[]
* @return TypelessParamTagValueNode[]
*/
public function getTypelessParamTagValues(string $tagName = '@param'): array
{
Expand Down

0 comments on commit 1dcf081

Please sign in to comment.