We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14768b commit 2cc49f4Copy full SHA for 2cc49f4
src/Parser/PhpDocParser.php
@@ -77,7 +77,7 @@ public function parseTag(TokenIterator $tokens): Ast\PhpDoc\PhpDocTagNode
77
}
78
79
80
- private function parseTagValue(TokenIterator $tokens, string $tag): Ast\PhpDoc\PhpDocTagValueNode
+ public function parseTagValue(TokenIterator $tokens, string $tag): Ast\PhpDoc\PhpDocTagValueNode
81
{
82
try {
83
$tokens->pushSavePoint();
0 commit comments