Dokumentation angepasst

This commit is contained in:
Matthias Grief
2024-12-02 15:14:18 +01:00
parent 5e87a8654c
commit 3e4b3a7ae3

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;