Skip to content

Commit

Permalink
fix: ARateLimit documentation
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jul 9, 2024
1 parent befae32 commit 5078c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/public/AppFramework/Http/Attribute/ARateLimit.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
*/
abstract class ARateLimit {
/**
* @param int $limit The maximum number of requests that can be made in the given period in seconds.
* @param int $period The time period in seconds.
* @since 27.0.0
*/
public function __construct(
Expand Down

0 comments on commit 5078c79

Please sign in to comment.