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
47
47
}
48
48
}
49
49
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 . ' )
51
51
->identifier ('phpstanPlayground.noPhpdoc ' )
52
52
->build ();
53
53
}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ public function testRule(): void
20
20
{
21
21
$ this ->analyse ([__DIR__ . '/data/comments.php ' ], [
22
22
[
23
- 'Comment contains phpdoc- tag but does not start with /** tag . ' ,
23
+ 'Comment contains PHPDoc tag but does not start with /** prefix . ' ,
24
24
13 ,
25
25
],
26
26
[
27
- 'Comment contains phpdoc- tag but does not start with /** tag . ' ,
27
+ 'Comment contains PHPDoc tag but does not start with /** prefix . ' ,
28
28
23 ,
29
29
],
30
30
]);
You can’t perform that action at this time.
0 commit comments