File "ObsoleteDTEXT-20250412193020.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/egulias/email-validator/src/Warning/ObsoleteDTEXT-20250412193020.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';
}
}