Skip to content

Commit 2cc49f4

Browse files
committed
Made PhpDocParser::parseTagValue() public
1 parent b14768b commit 2cc49f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser/PhpDocParser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function parseTag(TokenIterator $tokens): Ast\PhpDoc\PhpDocTagNode
7777
}
7878

7979

80-
private function parseTagValue(TokenIterator $tokens, string $tag): Ast\PhpDoc\PhpDocTagValueNode
80+
public function parseTagValue(TokenIterator $tokens, string $tag): Ast\PhpDoc\PhpDocTagValueNode
8181
{
8282
try {
8383
$tokens->pushSavePoint();

0 commit comments

Comments
 (0)