PhpCsFixer\Fixer\Whitespace\NoWhitespaceInBlankLineFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Remove trailing whitespace at the end of blank lines.';
    }