Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Feb 25, 2024
1 parent 5318a0c commit 3bffcf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Facades/RateLimiter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @method static mixed attempt(string $key, int $maxAttempts, \Closure $callback, int $decaySeconds = 60)
* @method static bool tooManyAttempts(string $key, int $maxAttempts)
* @method static int hit(string $key, int $decaySeconds = 60)
* @method static int increment(string $key, int $decaySeconds = 60, int $amount = 1)
* @method static mixed attempts(string $key)
* @method static mixed resetAttempts(string $key)
* @method static int remaining(string $key, int $maxAttempts)
Expand Down

0 comments on commit 3bffcf1

Please sign in to comment.