PhpCsFixer\Fixer\Comment\NoTrailingWhitespaceInCommentFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'There MUST be no trailing spaces inside comments and phpdocs.';
    }
NoTrailingWhitespaceInCommentFixer