Merge pull request #21721 from frederic34/patch-4

doc
This commit is contained in:
Laurent Destailleur
2022-08-12 00:00:22 +02:00
committed by GitHub

View File

@@ -141,7 +141,7 @@ abstract class CommonObject
public $linkedObjectsFullLoaded = array();
/**
* @var Object To store a cloned copy of object before to edit it and keep track of old properties
* @var CommonObject To store a cloned copy of object before to edit it and keep track of old properties
*/
public $oldcopy;