You are here

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\ControlStructures

Code

public $supportedTokenizers = array(
  'PHP',
  'JS',
);