Skip to content
Snippets Groups Projects
Commit a65cdd1e authored by skjnldsv's avatar skjnldsv Committed by John Molakvoæ
Browse files

fix: ARateLimit documentation

parent 30f9ef41
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ namespace OCP\AppFramework\Http\Attribute;
*/
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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment