8000 Apply fixes from StyleCI (#36524) · laravel/framework@dab614b · GitHub
[go: up one dir, main page]

Skip to content

Commit dab614b

Browse files
authored
Apply fixes from StyleCI (#36524)
1 parent 337b59d commit dab614b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Concerns/FilterEmailValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function unicode()
4343
* @param \Egulias\EmailValidator\EmailLexer $emailLexer
4444
* @return bool
4545
*/
46-
public function isValid(string $email, EmailLexer $emailLexer) : bool
46+
public function isValid(string $email, EmailLexer $emailLexer): bool
4747
{
4848
return is_null($this->flags)
4949
? filter_var($email, FILTER_VALIDATE_EMAIL) !== false

0 commit comments

Comments
 (0)
0