PhpCsFixer\Fixer\Comment\HashToSlashCommentFixer::getDescription PHP Метод

getDescription() защищенный Метод

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