You are here

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

InlineCommentSniff
\Drupal\Sniffs\Commenting\InlineCommentSniff.

Namespace

Drupal\Sniffs\Commenting

Code

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