public property InlineCommentSniff::$supportedTokenizers in Coder 8.2
A list of tokenizers this sniff supports.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ Commenting/ InlineCommentSniff.php, line 36
Class
Namespace
Drupal\Sniffs\CommentingCode
public $supportedTokenizers = array(
'PHP',
'JS',
);