Skip to content

Commit 356eccd

Browse files
committed
cs
1 parent c503d73 commit 356eccd

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
@@ -41,7 +41,7 @@ public function processNode(Node $node, Scope $scope): array
4141
continue;
4242
}
4343

44-
foreach(['/**', '//', '#'] as $startTag) {
44+
foreach (['/**', '//', '#'] as $startTag) {
4545
if (str_starts_with($comment->getText(), $startTag)) {
4646
continue 2;
4747
}

0 commit comments

Comments
 (0)