Skip to content

Commit 923c1f8

Browse files
committed
Node\Stmt only
1 parent 7a96062 commit 923c1f8

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
@@ -18,7 +18,7 @@ final class PhpdocCommentRule implements Rule
1818

1919
public function getNodeType(): string
2020
{
21-
return Node::class;
21+
return Node\Stmt::class;
2222
}
2323

2424
public function processNode(Node $node, Scope $scope): array

0 commit comments

Comments
 (0)