Dokumentation angepasst

This commit is contained in:
Matthias Grief
2024-12-02 15:14:18 +01:00
committed by Safak
parent 82cea98aa0
commit 30823863f0

View File

@@ -23,7 +23,7 @@ class User
private string $username; private string $username;
/** /**
* @var string Passwort, max. 100 Zeichen * @var string Passworthash
*/ */
private string $passwordHash; private string $passwordHash;