Searched refs:checkLimitReached (Results 1 – 1 of 1) sorted by relevance
63 $history = $this->checkLimitReached($num, $seconds, $history);83 $history = $this->checkLimitReached($num, $seconds, $history);98 private function checkLimitReached(int $num, int $seconds, string $history): string function in Fisharebest\\Webtrees\\Services\\RateLimitService