Update adherent_type.class.php

This commit is contained in:
Laurent Destailleur 2025-02-14 23:49:09 +01:00 committed by GitHub
parent 0cd52e0810
commit 63483e960b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;