mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 10:52:37 +01:00
clean code (#36170)
* clean code * Update bom.class.php * Update commondocgenerator.class.php * fix * fix * fix * fix * fix * fix --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -304,19 +304,19 @@ abstract class CommonObject
|
||||
public $contact_id;
|
||||
|
||||
/**
|
||||
* @var Societe|null A related thirdparty object
|
||||
* @var ?Societe A related thirdparty object
|
||||
* @see fetch_thirdparty()
|
||||
*/
|
||||
public $thirdparty;
|
||||
|
||||
/**
|
||||
* @var User A related user
|
||||
* @var ?User A related user
|
||||
* @see fetch_user()
|
||||
*/
|
||||
public $user;
|
||||
|
||||
/**
|
||||
* @var Product Populated by fetch_product()
|
||||
* @var ?Product Populated by fetch_product()
|
||||
* @see fetch_product()
|
||||
*/
|
||||
public $product;
|
||||
|
||||
Reference in New Issue
Block a user