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