Skip to content

Commit

Permalink
attempting to resolve psalm issue on 7.0 & 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Sep 1, 2019
1 parent 7a8e64f commit cf43861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EmailValidator/EmailLexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class EmailLexer extends AbstractLexer
public function __construct()
{
$this->previous = $this->token = self::$nullToken;
$this->lookahead = null;
}

/**
Expand Down

0 comments on commit cf43861

Please sign in to comment.