From 0e7b1ff1c716ed3e35278d0a8414307aef0c9ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 1 Nov 2020 15:39:01 +0100 Subject: [PATCH] doxygen --- htdocs/adherents/class/adherent.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index 1dde1971b0f..c917b363c70 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -74,17 +74,17 @@ class Adherent extends CommonObject public $login; /** - * @var Clear password in memory + * @var string Clear password in memory */ public $pass; /** - * @var Clear password in database (defined if DATABASE_PWD_ENCRYPTED=0) + * @var string Clear password in database (defined if DATABASE_PWD_ENCRYPTED=0) */ public $pass_indatabase; /** - * @var Encrypted password in database (always defined) + * @var string Encrypted password in database (always defined) */ public $pass_indatabase_crypted;