Skip to content

Commit 5a932e3

Browse files
committed
cs
1 parent 25827d4 commit 5a932e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/Playground/PhpdocCommentRule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function processNode(Node $node, Scope $scope): array
3636
if (!$comment instanceof Comment) {
3737
throw new ShouldNotHappenException();
3838
}
39+
3940
if (!str_contains($comment->getText(), '@')) {
4041
continue;
4142
}

0 commit comments

Comments
 (0)