Remove duplicat < and > char value (#147)

This commit is contained in:
Dany Maillard
2017-04-13 10:55:46 +02:00
committed by Eduardo Gulias Davis
parent 14ca3785c1
commit 3fdfa261ad
-2
View File
@@ -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,