diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php index 135dcb60374..846a05b04e3 100644 --- a/htdocs/adherents/class/adherent_type.class.php +++ b/htdocs/adherents/class/adherent_type.class.php @@ -57,7 +57,7 @@ class AdherentType extends CommonObject public $ismultientitymanaged = 1; /** - * @var int<0,1>|string Does object support extrafields ? 0=No, 1=Yes + * @var int<0,1> Does object support extrafields ? 0=No, 1=Yes */ public $isextrafieldmanaged = 1;