From 314b7aa3f8c0c710e86ec009e7590d32f96d3e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 28 Aug 2023 08:03:21 +0200 Subject: [PATCH] phpstan --- htdocs/core/class/commonobject.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 192f1816c02..9769fe903e2 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -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 */