mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-20 15:16:40 +00:00
Small contribution - code readability improvements (#306)
* Some code improvements - tests same as beginning * isUTF8Invalid returns a boolean * Changes for tests passed * Revert change + scrutinizer to flaky * Null coalescing on token to return a null token * Psalm pass and PHPunit too (php 7.4) * Minor change to set lookahead to nullToken
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace Egulias\EmailValidator;
|
||||
|
||||
use Egulias\EmailValidator\Parser;
|
||||
use Egulias\EmailValidator\EmailLexer;
|
||||
use Egulias\EmailValidator\Result\Result;
|
||||
use Egulias\EmailValidator\Parser\IDLeftPart;
|
||||
use Egulias\EmailValidator\Parser\IDRightPart;
|
||||
|
||||
Reference in New Issue
Block a user