case self::ACCESSOR:
$tag = '@return';
break;
case self::MUTATOR:
$tag = '@param';
break;
} $parentClass = null;
$types =
[];
foreach ($docNode->
getTagsByName($tag) as $tagDocNode) { if ($tagDocNode->value instanceof InvalidTagValueNode
) { continue;
} if ( $tagDocNode->value instanceof ParamTagValueNode
&& null ===
$prefix &&
$tagDocNode->value->parameterName !== '$'.
$property ) { continue;
}