Skip to content

Commit

Permalink
Set value types in iterable array
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 28, 2024
1 parent d57d0b0 commit 78d34c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Livewire/Auth/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ protected function getAuthenticateFormAction(): Action
->submit('authenticate');
}

/** @param array<string, mixed> $credentials */
protected function validateCredentials(array $credentials): bool
{
$provider = Filament::auth()->getProvider();
Expand Down

0 comments on commit 78d34c1

Please sign in to comment.