Skip to content

Commit

Permalink
Merge pull request #6 from beeyev/code-style-fix/laravel-support
Browse files Browse the repository at this point in the history
[code-style-fix] Fix coding standards in: laravel-support
  • Loading branch information
beeyev authored May 28, 2024
2 parents 5335ff9 + 3e4e588 commit b0a3de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class DisposableEmailRule implements ValidationRule
/**
* Run the validation rule.
*
* @param string $emailAddress
* @param string $emailAddress
* @param \Closure(string): \Illuminate\Translation\PotentiallyTranslatedString $fail
*/
public function validate(string $attribute, $emailAddress, \Closure $fail): void
Expand Down

0 comments on commit b0a3de8

Please sign in to comment.