public property ControlSignatureSniff::$supportedTokenizers in Coder 8.2
A list of tokenizers this sniff supports.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ ControlStructures/ ControlSignatureSniff.php, line 35
Class
- ControlSignatureSniff
- Verifies that control statements conform to their coding standards.
Namespace
Drupal\Sniffs\ControlStructuresCode
public $supportedTokenizers = array(
'PHP',
'JS',
);