From 7a73323fdfedaa38e1dcd0b8cb5e2805d013b972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 24 Aug 2023 09:49:02 +0200 Subject: [PATCH] fix doc --- htdocs/compta/paiement/class/cpaiement.class.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/htdocs/compta/paiement/class/cpaiement.class.php b/htdocs/compta/paiement/class/cpaiement.class.php index 77f15d6bde0..7ee79cc969c 100644 --- a/htdocs/compta/paiement/class/cpaiement.class.php +++ b/htdocs/compta/paiement/class/cpaiement.class.php @@ -49,10 +49,25 @@ class Cpaiement public $code; /** + * @var int ID + */ + public $id; + + /** + * @var string[] array of errors messages + */ + public $errors; + + /** + * @var string * @deprecated * @see $label */ public $libelle; + + /** + * @var string + */ public $label; public $type;