Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions system/Throttle/Throttler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Loading