mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix: ARateLimit documentation
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
30f9ef414e
commit
a65cdd1e70
1 changed files with 2 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue