mirror of
https://github.com/nextcloud/server.git
synced 2026-07-11 10:36:08 -04:00
docs(ratelimit): add missing @param documentation
Signed-off-by: nakatani-yo <yoshihito.nakatani@craftsman-software.com>
This commit is contained in:
parent
d596553d98
commit
3e7ba295c1
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ class RateLimitingMiddleware extends Middleware {
|
|||
* @param string $methodName
|
||||
* @param string $annotationName
|
||||
* @param class-string<T> $attributeClass
|
||||
* @param string $overwriteKey
|
||||
* @return ?ARateLimit
|
||||
*/
|
||||
protected function readLimitFromAnnotationOrAttribute(Controller $controller, string $methodName, string $annotationName, string $attributeClass, string $overwriteKey): ?ARateLimit {
|
||||
|
|
|
|||
Loading…
Reference in a new issue