mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-26 16:48:40 +00:00
Update src/Parser.php
Co-authored-by: Alexander M. Turek <me@derrabus.de>
This commit is contained in:
committed by
GitHub
parent
c5d6b8c16a
commit
44d20e3440
+2
-3
@@ -10,9 +10,8 @@ use Egulias\EmailValidator\Result\Reason\ExpectingATEXT;
|
||||
abstract class Parser
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
* @var Warning\Warning[]
|
||||
*/
|
||||
|
||||
protected $warnings = [];
|
||||
|
||||
/**
|
||||
@@ -73,4 +72,4 @@ abstract class Parser
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user