Skip to content

Commit 7e95338

Browse files
authored
Update RateLimiter.php (#43785)
1 parent 2d6d02a commit 7e95338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/RateLimiter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @method static int retriesLeft($key, $maxAttempts)
1313
* @method static void clear($key)
1414
* @method static int availableIn($key)
15-
* @method static bool attempt($key, $maxAttempts, \Closure $callback, $decaySeconds = 60)
15+
* @method static mixed attempt($key, $maxAttempts, \Closure $callback, $decaySeconds = 60)
1616
*
1717
* @see \Illuminate\Cache\RateLimiter
1818
*/

0 commit comments

Comments
 (0)