From f8f2a833236a636ad3e8d2eba244c07f648090c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 1 Jul 2024 19:06:24 +0200 Subject: [PATCH] Clean date (#30228) * clean date phpdoc * add phpdoc --- htdocs/fichinter/class/fichinter.class.php | 25 ++++++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/htdocs/fichinter/class/fichinter.class.php b/htdocs/fichinter/class/fichinter.class.php index be0fb963cdfa4..5f834543ccdc2 100644 --- a/htdocs/fichinter/class/fichinter.class.php +++ b/htdocs/fichinter/class/fichinter.class.php @@ -6,9 +6,9 @@ * Copyright (C) 2015 Marcos García * Copyright (C) 2015-2020 Charlene Benke * Copyright (C) 2018 Nicolas ZABOURI - * Copyright (C) 2018-2024 Frédéric France - * Copyright (C) 2023-2024 William Mead - * Copyright (C) 2024 MDW + * Copyright (C) 2018-2024 Frédéric France + * Copyright (C) 2023-2024 William Mead + * Copyright (C) 2024 MDW * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -107,15 +107,26 @@ class Fichinter extends CommonObject public $author; /** - * Date creation record (datec) - * - * @var integer + * @var null|int|'' Date creation record (datec) */ public $datec; + /** + * @var null|int|'' Date record (datev) + */ public $datev; + /** + * @var null|int|'' Date record (dateo) + */ public $dateo; + /** + * @var null|int|'' Date record (datee) + */ public $datee; + + /** + * @var null|int|'' Date t record (datet) + */ public $datet; /** @@ -216,7 +227,7 @@ class Fichinter extends CommonObject /** * Date delivery - * @var string|int Delivery int + * @var null|int|'' Delivery int */ public $date_delivery;