From 471167019c7c9071fa815b2c92691f65370a43b9 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 7 Sep 2021 18:03:34 +0200 Subject: Implement PR review feedback Signed-off-by: Lukas Reschke --- lib/private/Security/RateLimiting/Backend/DatabaseBackend.php | 5 ----- lib/private/Security/RateLimiting/Backend/IBackend.php | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/private/Security') diff --git a/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php b/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php index 3b7382d747e..2ba6dc73c47 100644 --- a/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php +++ b/lib/private/Security/RateLimiting/Backend/DatabaseBackend.php @@ -29,11 +29,6 @@ use OCP\AppFramework\Utility\ITimeFactory; use OCP\DB\QueryBuilder\IQueryBuilder; use OCP\IDBConnection; -/** - * Class DatabaseBackend uses the database for storing rate limiting data. - * - * @package OC\Security\RateLimiting\Backend - */ class DatabaseBackend implements IBackend { private const TABLE_NAME = 'ratelimit_entries'; diff --git a/lib/private/Security/RateLimiting/Backend/IBackend.php b/lib/private/Security/RateLimiting/Backend/IBackend.php index 835a97993da..960bfd2d159 100644 --- a/lib/private/Security/RateLimiting/Backend/IBackend.php +++ b/lib/private/Security/RateLimiting/Backend/IBackend.php @@ -35,7 +35,7 @@ namespace OC\Security\RateLimiting\Backend; */ interface IBackend { /** - * Gets the amount of attempts for the specified method + * Gets the number of attempts for the specified method * * @param string $methodIdentifier Identifier for the method * @param string $userIdentifier Identifier for the user -- cgit v1.2.3