void processAdditional(
array
&$tokens, string
$eolChar)
|
|
Performs additional processing after main tokenizing.
This additional processsing converts T_LIST tokens to T_STRING because there are no list constructs in CSS and list-* styles look like lists to the PHP tokenizer.
Overrides
PHP_CodeSniffer_Tokenizers_PHP::processAdditional() (Performs additional processing after main tokenizing.)
Parameters:
array tokenizeString(
string
$string, [string
$eolChar = '\n'])
|
|
Creates an array of tokens when given some CSS code.
Uses the PHP tokenizer to do all the tricky work
Overrides
PHP_CodeSniffer_Tokenizers_PHP::tokenizeString() (Creates an array of tokens when given some PHP code.)
Parameters: