Skip to content

Commit f58bc76

Browse files
authored
docs: remove internal tag from Throttler::check() description (#9817)
1 parent ab67240 commit f58bc76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/Throttle/Throttler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ public function getTokenTime(): int
9090
* @param int $capacity The number of requests the "bucket" can hold
9191
* @param int $seconds The time it takes the "bucket" to completely refill
9292
* @param int $cost The number of tokens this action uses.
93-
*
94-
* @internal param int $maxRequests
9593
*/
9694
public function check(string $key, int $capacity, int $seconds, int $cost = 1): bool
9795
{

0 commit comments

Comments
 (0)