Skip to content

Commit 27d694b

Browse files
committed
#114: Skip attribute check
1 parent 77e561d commit 27d694b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rulesets/WunderDrupal/Sniffs/Commenting/WunderInlineCommentSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function process(File $phpcsFile, $stackPtr) {
3232
);
3333

3434
$ignore = [
35+
T_ATTRIBUTE,
3536
T_CLASS,
3637
T_INTERFACE,
3738
T_TRAIT,

0 commit comments

Comments
 (0)