@@ -25,8 +25,8 @@ |
||
| 25 | 25 | * |
| 26 | 26 | * @param \Illuminate\Http\Request $request |
| 27 | 27 | * @param \Closure $next |
| 28 | - * @param int|string $maxAttempts |
|
| 29 | - * @param float|int $decayMinutes |
|
| 28 | + * @param integer $maxAttempts |
|
| 29 | + * @param integer $decayMinutes |
|
| 30 | 30 | * |
| 31 | 31 | * @return mixed |
| 32 | 32 | * |