Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 98a088b

Browse files
VincentLangletondrejmirtes
authored andcommitted
Add support for @phpstan-throws
1 parent cd2f81f commit 98a088b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/Parser/PhpDocParser.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public function parseTagValue(TokenIterator $tokens, string $tag): Ast\PhpDoc\Ph
132132
break;
133133

134134
case '@throws':
135+
case '@phpstan-throws':
135136
$tagValue = $this->parseThrowsTagValue($tokens);
136137
break;
137138

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /