Skip to content

Commit 0e88b9c

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 6d8be5a commit 0e88b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Facades/RateLimiter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Illuminate\Support\Facades;
44

55
/**
6-
* @method static \Illuminate\Cache\RateLimiter for(string $name, \Closure $callback)
7-
* @method static \Closure|null limiter(string $name)
6+
* @method static \Illuminate\Cache\RateLimiter for(\BackedEnum|\UnitEnum|string $name, \Closure $callback)
7+
* @method static \Closure|null limiter(\BackedEnum|\UnitEnum|string $name)
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)

0 commit comments

Comments
 (0)