/**
* Resolve the number of attempts if the user is authenticated or not.
*/
- protected function resolveMaxAttempts($request, $maxAttempts)
+ protected function resolveMaxAttempts($request, $maxAttempts): int
{
return (int) config('api.requests_per_minute');
}