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 1483c25 commit 024c63eCopy full SHA for 024c63e
src/Rules/Playground/PhpdocCommentRule.php
@@ -41,7 +41,7 @@ public function processNode(Node $node, Scope $scope): array
41
continue;
42
}
43
44
- foreach(['/**', '//', '#'] as $startTag) {
+ foreach (['/**', '//', '#'] as $startTag) {
45
if (str_starts_with($comment->getText(), $startTag)) {
46
continue 2;
47
0 commit comments