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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Phpdocs annotation descriptions should not be a sentence.';
    }
PhpdocAnnotationWithoutDotFixer