You are here

public property Drupal_Sniffs_CSS_ClassDefinitionNameSpacingSniff::$supportedTokenizers in Coder 7.2

A list of tokenizers this sniff supports.

Type: array

File

coder_sniffer/Drupal/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php, line 29

Class

Drupal_Sniffs_CSS_ClassDefinitionNameSpacingSniff
Ensure there are no blank lines between the names of classes/IDs. Copied from Squiz_Sniffs_CSS_ClassDefinitionNameSpacingSniff because of this bug: https://pear.php.net/bugs/bug.php?id=19256

Code

public $supportedTokenizers = array(
  'CSS',
);