Update EmailLexer.php

Removing duplicate array keys
This commit is contained in:
alexpott
2015-07-15 15:39:42 +01:00
parent 4b7fcf6796
commit d4001715b2
@@ -67,8 +67,6 @@ class EmailLexer extends AbstractLexer
"\n" => self::S_LF,
"\r\n" => self::CRLF,
'IPv6' => self::S_IPV6TAG,
'<' => self::S_LOWERTHAN,
'>' => self::S_GREATERTHAN,
'{' => self::S_OPENQBRACKET,
'}' => self::S_CLOSEQBRACKET,
'' => self::S_EMPTY,