Skip to content

Commit e1df0e6

Browse files
committed
Throttler typos changes
1 parent 169d58e commit e1df0e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Throttle/ThrottlerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ public function check(string $key, int $capacity, int $seconds, int $cost);
7171
*
7272
* @return integer
7373
*/
74-
public function getTokenTime();
74+
public function getTokenTime(): int;
7575
}

0 commit comments

Comments
 (0)