File "DomainHyphened.php"
Full Path: /var/www/html/back/vendor/egulias/email-validator/src/Result/Reason/DomainHyphened.php
File size: 268 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Egulias\EmailValidator\Result\Reason;
class DomainHyphened extends DetailedReason
{
public function code() : int
{
return 144;
}
public function description() : string
{
return 'S_HYPHEN found in domain';
}
}