diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index 082ae43be6d..201b6610817 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -179,14 +179,14 @@ class Adherent extends CommonObject /** * Date creation record (datec) * - * @var DateTime + * @var integer */ public $datec; /** * Date modification record (tms) * - * @var DateTime + * @var integer */ public $datem;