public property Drupal_Sniffs_WhiteSpace_OpenBracketSpacingSniff::$supportedTokenizers in Coder 7.2
A list of tokenizers this sniff supports.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ WhiteSpace/ OpenBracketSpacingSniff.php, line 28
Class
- Drupal_Sniffs_WhiteSpace_OpenBracketSpacingSniff
- Checks that there is no white space after an opening bracket, for "(" and "{". Square Brackets are handled by Squiz_Sniffs_Arrays_ArrayBracketSpacingSniff.
Code
public $supportedTokenizers = array(
'PHP',
'JS',
);