8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337b59d commit dab614bCopy full SHA for dab614b
src/Illuminate/Validation/Concerns/FilterEmailValidation.php
@@ -43,7 +43,7 @@ public static function unicode()
43
* @param \Egulias\EmailValidator\EmailLexer $emailLexer
44
* @return bool
45
*/
46
- public function isValid(string $email, EmailLexer $emailLexer) : bool
+ public function isValid(string $email, EmailLexer $emailLexer): bool
47
{
48
return is_null($this->flags)
49
? filter_var($email, FILTER_VALIDATE_EMAIL) !== false
0 commit comments