mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-25 03:08:29 +00:00
Psalm erros fixed
This commit is contained in:
@@ -89,6 +89,7 @@ class MultipleValidationWithAnd implements EmailValidation
|
||||
{
|
||||
if (null !== $validation->getError()) {
|
||||
$this->initErrorStorage();
|
||||
/** @psalm-suppress PossiblyNullReference */
|
||||
$this->error->addReason($validation->getError()->reason());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user