mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-25 00:08:24 +00:00
polish
This commit is contained in:
@@ -26,7 +26,6 @@ class LocalPart extends Parser
|
||||
return new InvalidEmail(new DotAtStart(), $this->lexer->token['value']);
|
||||
}
|
||||
|
||||
//if ($parseDQuote) {
|
||||
if ($this->lexer->token['type'] === EmailLexer::S_DQUOTE) {
|
||||
$dquoteParsingResult = $this->parseDoubleQuote();
|
||||
$parseDQuote = !$dquoteParsingResult->isValid();
|
||||
|
||||
Reference in New Issue
Block a user