8000 Update facade docblocks · tegos/laravel-framework@8fcd8c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fcd8c2

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 0db8973 commit 8fcd8c2

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
@@ -4,7 +4,7 @@
44

55
/**
66
* @method static \Illuminate\Cache\RateLimiter for(string $name, \Closure $callback)
7-
* @method static \Closure limiter(string $name)
7+
* @method static \Closure|null limiter(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( 37B6 string $key, int $decaySeconds = 60)

0 commit comments

Comments
 (0)
0