Use same doc comment eveywhere.

This commit is contained in:
Laurent Destailleur
2024-04-07 12:26:27 +02:00
parent 8a5d066d90
commit fd9475be03
74 changed files with 158 additions and 148 deletions

View File

@@ -79,8 +79,8 @@ class Commande extends CommonOrder
public $picto = 'order';
/**
* @var int<0,2>|string Does this object support the multicompany module ?
* 0=No test on entity, 1=Test with field entity, 2=Test with link by fk_soc, 'field@table'=Test with link by field@table
* @var int<0,1>|string Does this object support multicompany module ?
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table (example 'fk_soc@societe')
*/
public $ismultientitymanaged = 1;