mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
phpstan
This commit is contained in:
@@ -673,6 +673,16 @@ abstract class CommonObject
|
||||
*/
|
||||
public $nb = array();
|
||||
|
||||
/**
|
||||
* @var array array of status string
|
||||
*/
|
||||
public $statuts = array();
|
||||
|
||||
/**
|
||||
* @var array array of short status string
|
||||
*/
|
||||
public $statuts_short = array();
|
||||
|
||||
/**
|
||||
* @var string output
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user