?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/egulias/email-validator/src/Warning/



?? Go up: /home/webdevt/prestashop17/vendor/egulias/email-validator/src

?? Viewing: ObsoleteDTEXT.php

<?php

namespace Egulias\EmailValidator\Warning;

class ObsoleteDTEXT extends Warning
{
    const CODE = 71;

    public function __construct()
    {
        $this->rfcNumber = 5322;
        $this->message = 'Obsolete DTEXT in domain literal';
    }
}


??

??