Skip to content

Commit aa70750

Browse files
committed
improve error identifier
1 parent 686f83c commit aa70750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Playground/PhpdocCommentRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function processNode(Node $node, Scope $scope): array
4848
}
4949

5050
$errors[] = RuleErrorBuilder::message('Comment contains PHPDoc tag but does not start with /** prefix.')
51-
->identifier('phpstanPlayground.noPhpdoc')
51+
->identifier('phpstanPlayground.phpDoc')
5252
->build();
5353
}
5454

0 commit comments

Comments
 (0)