2
0
forked from Wavyzz/dolibarr

Fix warning

This commit is contained in:
ldestailleur
2025-08-09 14:12:23 +02:00
parent 27e96b88b3
commit a23e79f081

View File

@@ -124,8 +124,8 @@ abstract class CommonObject
public $table_element_line = '';
/**
* @var int<0,1>|string Does this object support multicompany module ?
* 0=No test on entity, 1=Test with field entity in local table, 'field@table'=Test entity into the field@table (example 'fk_soc@societe')
* @var int<0,1>|string|null Does this object support multicompany module ?
* 0=No test on entity, 1=Test with field entity in local table, 'field@table'=Test entity into the field@table (example 'fk_soc@societe')
*/
public $ismultientitymanaged;