Skip to content

Commit 3a64d4a

Browse files
Merge pull request #61736 from nakatani-yo/fix/ratelimit-middleware-phpdoc
docs(ratelimit): add missing @PARAM documentation
2 parents b3210c7 + 3e7ba29 commit 3a64d4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/AppFramework/Middleware/Security/RateLimitingMiddleware.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public function beforeController(Controller $controller, string $methodName): vo
131131
* @param string $methodName
132132
* @param string $annotationName
133133
* @param class-string<T> $attributeClass
134+
* @param string $overwriteKey
134135
* @return ?ARateLimit
135136
*/
136137
protected function readLimitFromAnnotationOrAttribute(Controller $controller, string $methodName, string $annotationName, string $attributeClass, string $overwriteKey): ?ARateLimit {

0 commit comments

Comments
 (0)