ObjectCalisthenics\Sniffs\Classes\PropertyVisibilitySniff::processVariableInString PHP Method

processVariableInString() protected method

protected processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr )
$phpcsFile PHP_CodeSniffer_File
$stackPtr integer
    protected function processVariableInString(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
    {
        // We don't care about normal variables.
    }