1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 15:47:25 +02:00

Improve language

This commit is contained in:
Marco
2018-03-20 16:04:29 +01:00
parent 09dac6a5f5
commit 4115340927

View File

@@ -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) {