We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a591215 commit ed6637fCopy full SHA for ed6637f
src/Parser/PhpDocParser.php
@@ -165,7 +165,7 @@ private function parseThrowsTagValue(TokenIterator $tokens): Ast\PhpDoc\ThrowsTa
165
166
private function parseDeprecatedTagValue(TokenIterator $tokens): Ast\PhpDoc\DeprecatedTagValueNode
167
{
168
- $description = $this->parseOptionalDescription($tokens, true);
+ $description = $this->parseOptionalDescription($tokens);
169
return new Ast\PhpDoc\DeprecatedTagValueNode($description);
170
}
171
0 commit comments