ObjectCalisthenics\Sniffs\NamingConventions\VariableLengthSniff::isValid PHP Méthode

isValid() protected méthode

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