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 c495d3d commit f35a5eaCopy full SHA for f35a5ea
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