diff --git a/system/Throttle/Throttler.php b/system/Throttle/Throttler.php index c023b5e4d052..fba7665de4a8 100644 --- a/system/Throttle/Throttler.php +++ b/system/Throttle/Throttler.php @@ -90,8 +90,6 @@ public function getTokenTime(): int * @param int $capacity The number of requests the "bucket" can hold * @param int $seconds The time it takes the "bucket" to completely refill * @param int $cost The number of tokens this action uses. - * - * @internal param int $maxRequests */ public function check(string $key, int $capacity, int $seconds, int $cost = 1): bool {