add phpdoc (#30631)

* add phpdoc

* Update contrat.class.php
This commit is contained in:
Frédéric FRANCE 2024-08-13 20:31:03 +02:00 committed by GitHub
parent f2ada1ffbb
commit a9f93f35c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
*/