first commit
This commit is contained in:
14
vendor/egulias/email-validator/src/Warning/IPV6GroupCount.php
vendored
Normal file
14
vendor/egulias/email-validator/src/Warning/IPV6GroupCount.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Egulias\EmailValidator\Warning;
|
||||
|
||||
class IPV6GroupCount extends Warning
|
||||
{
|
||||
public const CODE = 72;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->message = 'Group count is not IPV6 valid';
|
||||
$this->rfcNumber = 5322;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user