Squiz_Sniffs_Commenting_VariableCommentSniff::processVariableInString PHP Method

processVariableInString() protected method

Not required for this sniff.
protected processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void
$phpcsFile PHP_CodeSniffer_File The PHP_CodeSniffer file where this token was found.
$stackPtr integer The position where the double quoted string was found.
return void
    protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
    {
    }
Squiz_Sniffs_Commenting_VariableCommentSniff