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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Single line comments should use double slashes (//) and not hash (#).';
    }