mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-24 14:18:13 +00:00
removed redundant phpdoc - type is already inferred
This commit is contained in:
@@ -157,7 +157,6 @@ class EmailLexer extends AbstractLexer
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
/** @var Token<int, string> $nullToken */
|
||||
$nullToken = new Token('', self::S_EMPTY, 0);
|
||||
$this->nullToken = $nullToken;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user