From a9f93f35c76558e2e16a83c8a01c09f42e288e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 13 Aug 2024 20:31:03 +0200 Subject: [PATCH] add phpdoc (#30631) * add phpdoc * Update contrat.class.php --- htdocs/contrat/class/contrat.class.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php index 31a5b980b19..dfd33b47691 100644 --- a/htdocs/contrat/class/contrat.class.php +++ b/htdocs/contrat/class/contrat.class.php @@ -112,8 +112,10 @@ class Contrat extends CommonObject */ public $fk_soc; - - public $societe; // Object societe + /** + * @var Societe thirdparty Object + */ + public $societe; /** * Status of the contract @@ -170,6 +172,7 @@ class Contrat extends CommonObject public $fk_commercial_suivi; /** + * @var int * @deprecated Use fk_project instead * @see $fk_project */