There was an error while loading. Please reload this page.
1 parent 23299ef commit e38bc39Copy full SHA for e38bc39
src/Rules/PhpDoc/InvalidPHPStanDocTagRule.php
@@ -28,6 +28,7 @@ class InvalidPHPStanDocTagRule implements \PHPStan\Rules\Rule
28
'@phpstan-throws',
29
'@phpstan-ignore-next-line',
30
'@phpstan-ignore-line',
31
+'@phpstan-method',
32
];
33
34
private Lexer $phpDocLexer;
0 commit comments