void processAdditional(
array
&$tokens, string
$eolChar)
|
|
Performs additional processing after main tokenizing.
This method is blank because we don't want the extra processing that the PHP tokenizer performs.
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: