From f03a8fdc65280601fc4a435ea91e225bcc7ec0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 15 Jan 2024 09:20:57 +0100 Subject: [PATCH] fix phpstan --- htdocs/core/class/commonobject.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 75fd4a5e47a..49c9b8cd6b8 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -587,28 +587,28 @@ abstract class CommonObject // Dates /** - * @var integer|string date_creation + * @var integer|string|null date_creation */ public $date_creation; /** - * @var integer|string $date_validation; + * @var integer|string|null $date_validation; */ public $date_validation; // Date validation /** - * @var integer|string $date_modification; + * @var integer|string|null $date_modification; */ public $date_modification; // Date last change (tms field) /** - * @var integer|string $date_modification; + * @var integer|string|null $date_modification; * @deprecated Use date_modification */ public $date_update; /** - * @var integer|string $date_cloture; + * @var integer|string|null $date_cloture; */ public $date_cloture; // Date closing (tms field)