Skip to content

Commit c3ce193

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 30f5bff commit c3ce193

File tree

6 files changed

+0
-1820
lines changed

6 files changed

+0
-1820
lines changed

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

Lines changed: 0 additions & 1 deletion
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)