File "ObsoleteDTEXT.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Warning/ObsoleteDTEXT.php
File size: 252 bytes
MIME-type: text/x-php
Charset: utf-8

<?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';
    }
}