mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-14 12:06:51 +00:00
Typo
This commit is contained in:
@@ -26,7 +26,7 @@ A basic example with the RFC validation
|
||||
use Egulias\EmailValidator\EmailValidator;
|
||||
|
||||
$validator = new EmailValidator();
|
||||
$validator->isValid("example@example.com", new RFCValidation()) //true
|
||||
$validator->isValid("example@example.com", new RFCValidation()); //true
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user