You are here

public property Drupal_Sniffs_WhiteSpace_CloseBracketSpacingSniff::$supportedTokenizers in Coder 7.2

A list of tokenizers this sniff supports.

Type: array

File

coder_sniffer/Drupal/Sniffs/WhiteSpace/CloseBracketSpacingSniff.php, line 28

Class

Drupal_Sniffs_WhiteSpace_CloseBracketSpacingSniff
Checks that there is no white space before a closing bracket, for ")" and "}". Square Brackets are handled by Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff.

Code

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