PhpCsFixer\Fixer\Phpdoc\PhpdocVarWithoutNameFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return '@var and @type annotations should not contain the variable name.';
    }