From fedf9c69d9c84fc0399badef39ed765de72c08f1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 19 Aug 2020 17:54:00 +0200 Subject: Use matching parameter names form interfaces and implementations Found by Psalm 3.14.1 Signed-off-by: Morris Jobke --- lib/public/User/Backend/ICheckPasswordBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/User') diff --git a/lib/public/User/Backend/ICheckPasswordBackend.php b/lib/public/User/Backend/ICheckPasswordBackend.php index 1dbd0f01866..ff28a2feb60 100644 --- a/lib/public/User/Backend/ICheckPasswordBackend.php +++ b/lib/public/User/Backend/ICheckPasswordBackend.php @@ -33,7 +33,7 @@ interface ICheckPasswordBackend { /** * @since 14.0.0 * - * @param string $uid The username + * @param string $loginName The loginname * @param string $password The password * @return string|bool The uid on success false on failure */ -- cgit v1.2.3