mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-24 12:38:16 +00:00
Update UnclosedComment.php (#263)
This commit is contained in:
@@ -5,5 +5,5 @@ namespace Egulias\EmailValidator\Exception;
|
||||
class UnclosedComment extends InvalidEmail
|
||||
{
|
||||
const CODE = 146;
|
||||
const REASON = "No colosing comment token found";
|
||||
const REASON = "No closing comment token found";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user