Remove commens

This commit is contained in:
Eduardo Gulias Davis
2014-10-26 22:54:21 +01:00
parent 18df863858
commit f5c48f62d3
@@ -23,13 +23,8 @@ class LocalPart extends Parser
$closingQuote = $this->checkDQUOTE($closingQuote);
if ($closingQuote && $parseDQuote) {
$parseDQuote = $this->parseDoubleQuote();
// $closingQuote = false;
}
// if ($closingQuote && !$parseDQuote) {
// throw new InvalidArgumentException("ERR_DOUBLE_DQUOTE");
// }
if ($this->lexer->token['type'] === EmailLexer::S_OPENPARENTHESIS) {
$this->parseComments();
}