File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/PHPStan/Rules/Playground Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function processNode(Node $node, Scope $scope): array
4747 }
4848 }
4949
50- $ errors [] = RuleErrorBuilder::message ('Comment contains phpdoc- tag but does not start with /** tag . ' )
50+ $ errors [] = RuleErrorBuilder::message ('Comment contains PHPDoc tag but does not start with /** prefix . ' )
5151 ->identifier ('phpstanPlayground.noPhpdoc ' )
5252 ->build ();
5353 }
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ public function testRule(): void
2020 {
2121 $ this ->analyse ([__DIR__ . '/data/comments.php ' ], [
2222 [
23- 'Comment contains phpdoc- tag but does not start with /** tag . ' ,
23+ 'Comment contains PHPDoc tag but does not start with /** prefix . ' ,
2424 13 ,
2525 ],
2626 [
27- 'Comment contains phpdoc- tag but does not start with /** tag . ' ,
27+ 'Comment contains PHPDoc tag but does not start with /** prefix . ' ,
2828 23 ,
2929 ],
3030 ]);
You can’t perform that action at this time.
0 commit comments