From 1dcf0813f54326a9fae2528164f851be5d0cc0da Mon Sep 17 00:00:00 2001 From: Richard van Velzen Date: Wed, 8 Jun 2022 14:22:52 +0200 Subject: [PATCH] Fix return type --- src/Ast/PhpDoc/PhpDocNode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ast/PhpDoc/PhpDocNode.php b/src/Ast/PhpDoc/PhpDocNode.php index 45063528..a0caef68 100644 --- a/src/Ast/PhpDoc/PhpDocNode.php +++ b/src/Ast/PhpDoc/PhpDocNode.php @@ -77,7 +77,7 @@ static function (PhpDocTagValueNode $value): bool { /** - * @return ParamTagValueNode[] + * @return TypelessParamTagValueNode[] */ public function getTypelessParamTagValues(string $tagName = '@param'): array {