From 41153409272cf467f92d7c30ac45961752d3a409 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 20 Mar 2018 16:04:29 +0100 Subject: [PATCH] Improve language --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index a0fddc4..c638a1c 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -442,7 +442,7 @@ final class Auth extends UserManager { /** * Clears an existing directive that keeps the user logged in ("remember me") * - * @param int $userId the user ID that shouldn't be kept signed in anymore + * @param int $userId the ID of the user who shouldn't be kept signed in anymore * @throws AuthError if an internal problem occurred (do *not* catch) */ private function deleteRememberDirectiveForUserById($userId) {