Skip to content

Commit e38bc39

Browse files
committed
register @phpstan-method to InvalidPHPStanDocTagRule
1 parent 23299ef commit e38bc39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/PhpDoc/InvalidPHPStanDocTagRule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class InvalidPHPStanDocTagRule implements \PHPStan\Rules\Rule
2828
'@phpstan-throws',
2929
'@phpstan-ignore-next-line',
3030
'@phpstan-ignore-line',
31+
'@phpstan-method',
3132
];
3233

3334
private Lexer $phpDocLexer;

0 commit comments

Comments
 (0)