public property Drupal_Sniffs_CSS_IndentationSniff::$supportedTokenizers in Coder 7.2
A list of tokenizers this sniff supports.
Type: array
File
- coder_sniffer/
Drupal/ Sniffs/ CSS/ IndentationSniff.php, line 28
Class
- Drupal_Sniffs_CSS_IndentationSniff
- Copied from Squiz_Sniffs_CSS_IndentationSniff. Unfortunately we cannot use that class directly because it has the 4 spaces condition hardcoded.
Code
public $supportedTokenizers = array(
'CSS',
);