Skip to content

Commit 1069e9c

Browse files
authored
Merge pull request #115 from wunderio/feat/114-php-attributes
#114: Skip attribute check
2 parents 77e561d + 27d694b commit 1069e9c

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)