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
commit c7aa3b81f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;