We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab67240 commit f58bc76Copy full SHA for f58bc76
1 file changed
system/Throttle/Throttler.php
@@ -90,8 +90,6 @@ public function getTokenTime(): int
90
* @param int $capacity The number of requests the "bucket" can hold
91
* @param int $seconds The time it takes the "bucket" to completely refill
92
* @param int $cost The number of tokens this action uses.
93
- *
94
- * @internal param int $maxRequests
95
*/
96
public function check(string $key, int $capacity, int $seconds, int $cost = 1): bool
97
{
0 commit comments