Skip to content

Commit 3e7ba29

Browse files
nakatani-yoAndyScherzinger
authored andcommitted
docs(ratelimit): add missing @PARAM documentation
Signed-off-by: nakatani-yo <yoshihito.nakatani@craftsman-software.com>
1 parent d596553 commit 3e7ba29

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)