From f1d2476fb9824d7167633f18872534dece3ab797 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 22 May 2025 21:08:37 +0200 Subject: [PATCH] Improve language --- src/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Auth.php b/src/Auth.php index a3ebf28..9a63afc 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -2308,9 +2308,9 @@ final class Auth extends UserManager { } /** - * Returns the currently signed-in user's display name by reading from the session + * Returns the currently signed-in user's username by reading from the session * - * @return string the display name + * @return string the username */ public function getUsername() { if (isset($_SESSION) && isset($_SESSION[self::SESSION_FIELD_USERNAME])) {