2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2024-05-11 21:13:10 +02:00
parent cceb6259b4
commit 84fb498ee4
2 changed files with 14 additions and 8 deletions

View File

@@ -350,10 +350,10 @@ abstract class CommonObject
public $statut;
/**
* @var int|array<int, string> The object's status (an int).
* Or an array listing all the potential status of the object:
* array: int of the status => translated label of the status
* See for example the Account class.
* @var int|array<int, string> The object's status (an int).
* Or an array listing all the potential status of the object:
* array: int of the status => translated label of the status
* See for example the Account class.
* @see setStatut()
*/
public $status;