Skip to content

Commit b36b427

Browse files
jrfnlgsherwood
andcommitted
Tokenizers: drop JS/CSS tokenizers and associated tokens
Ref: * squizlabs/PHP_CodeSniffer 2448 Co-authored-by: Greg Sherwood <[email protected]>
1 parent addad25 commit b36b427

File tree

6 files changed

+0
-1820
lines changed

6 files changed

+0
-1820
lines changed

src/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ public function process(File $phpcsFile, $stackPtr)
172172
T_ABSTRACT,
173173
T_READONLY,
174174
T_CONST,
175-
T_PROPERTY,
176175
];
177176

178177
if (in_array($tokens[$nextToken]['code'], $ignore, true) === true) {

0 commit comments

Comments
 (0)