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 3cf6b9c commit 4b115daCopy full SHA for 4b115da
src/Rules/Playground/PhpdocCommentRule.php
@@ -48,7 +48,7 @@ public function processNode(Node $node, Scope $scope): array
48
}
49
50
$errors[] = RuleErrorBuilder::message('Comment contains PHPDoc tag but does not start with /** prefix.')
51
- ->identifier('phpstanPlayground.noPhpdoc')
+ ->identifier('phpstanPlayground.phpDoc')
52
->build();
53
54
0 commit comments