mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-06 16:16:29 +02:00
Improve language
This commit is contained in:
@@ -442,7 +442,7 @@ final class Auth extends UserManager {
|
|||||||
/**
|
/**
|
||||||
* Clears an existing directive that keeps the user logged in ("remember me")
|
* 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)
|
* @throws AuthError if an internal problem occurred (do *not* catch)
|
||||||
*/
|
*/
|
||||||
private function deleteRememberDirectiveForUserById($userId) {
|
private function deleteRememberDirectiveForUserById($userId) {
|
||||||
|
Reference in New Issue
Block a user