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;