fix phpstan (#28150)

This commit is contained in:
Frédéric FRANCE
2024-02-13 09:04:20 +01:00
committed by GitHub
parent 3a1e6d2a58
commit 0106ce384c

View File

@@ -43,7 +43,7 @@ class CompanyPaymentMode extends CommonObject
public $table_element = 'societe_rib';
/**
* @var int Does this object support multicompany module ?
* @var 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
*/
public $ismultientitymanaged = 'fk_soc@societe';