Skip to content

Commit ca2ce7c

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent e45d424 commit ca2ce7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/RateLimiter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @method static mixed attempt(string $key, int $maxAttempts, \Closure $callback, int $decaySeconds = 60)
99
* @method static bool tooManyAttempts(string $key, int $maxAttempts)
1010
* @method static int hit(string $key, int $decaySeconds = 60)
11+
* @method static int increment(string $key, int $decaySeconds = 60, int $amount = 1)
1112
* @method static mixed attempts(string $key)
1213
* @method static mixed resetAttempts(string $key)
1314
* @method static int remaining(string $key, int $maxAttempts)

0 commit comments

Comments
 (0)