mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
keep only commonobject property oldcopy (#32123)
* clean properties * clean properties * clean properties * clean properties * clean phpcs * clean phan * clean code --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -177,7 +177,7 @@ abstract class CommonObject
|
||||
private $linkedObjectsFullLoaded = array();
|
||||
|
||||
/**
|
||||
* @var ?mixed To store a cloned copy of the object before editing it (to keep track of its former properties)
|
||||
* @var ?static To store a cloned copy of the object before editing it (to keep track of its former properties)
|
||||
*/
|
||||
public $oldcopy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user