public property OpenBracketSpacingSniff::$supportedTokenizers in Coder 8.2
A list of tokenizers this sniff supports.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ WhiteSpace/ OpenBracketSpacingSniff.php, line 32
Class
- OpenBracketSpacingSniff
- Checks that there is no white space after an opening bracket, for "(" and "{". Square Brackets are handled by \PHP_CodeSniffer\Standards\Squiz\Sniffs\Arrays\ArrayBracketSpacingSniff.
Namespace
Drupal\Sniffs\WhiteSpaceCode
public $supportedTokenizers = array(
'PHP',
'JS',
);