public property FileCommentSniff::$supportedTokenizers in Coder 8.2
A list of tokenizers this sniff supports.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ Commenting/ FileCommentSniff.php, line 38 - Parses and verifies the doc comments for files.
Class
- FileCommentSniff
- Parses and verifies the doc comments for files.
Namespace
Drupal\Sniffs\CommentingCode
public $supportedTokenizers = array(
'PHP',
'JS',
);