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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'There should not be blank lines between docblock and the documented element.';
    }