diff --git a/src/EmailLexer.php b/src/EmailLexer.php index 969c049..5e38452 100644 --- a/src/EmailLexer.php +++ b/src/EmailLexer.php @@ -157,7 +157,6 @@ class EmailLexer extends AbstractLexer public function __construct() { - /** @var Token $nullToken */ $nullToken = new Token('', self::S_EMPTY, 0); $this->nullToken = $nullToken;