We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25827d4 commit 5a932e3Copy full SHA for 5a932e3
src/Rules/Playground/PhpdocCommentRule.php
@@ -36,6 +36,7 @@ public function processNode(Node $node, Scope $scope): array
36
if (!$comment instanceof Comment) {
37
throw new ShouldNotHappenException();
38
}
39
+
40
if (!str_contains($comment->getText(), '@')) {
41
continue;
42
0 commit comments