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:
Frédéric FRANCE
2024-11-27 21:59:41 +01:00
committed by GitHub
parent 353633cef8
commit 13b8f5feff
18 changed files with 6 additions and 81 deletions

View File

@@ -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;