ObjectCalisthenics\Sniffs\NamingConventions\VariableLengthSniff::isValid PHP Method

isValid() protected method

protected isValid ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : boolean
$phpcsFile PHP_CodeSniffer_File
$stackPtr integer
return boolean
    protected function isValid(PHP_CodeSniffer_File $phpcsFile, int $stackPtr) : bool
    {
        return true;
    }
VariableLengthSniff