fix phpdoc

This commit is contained in:
Frédéric FRANCE
2023-12-15 20:36:10 +01:00
committed by GitHub
parent 2cb4dd29f8
commit e9aa68e3fa

View File

@@ -167,8 +167,9 @@ abstract class CommonObject
* @var CommonObject To store a cloned copy of object before to edit it and keep track of old properties
*/
public $oldcopy;
/**
* @var CommonObject To store old value of a modified ref
* @var string To store old value of a modified ref
*/
public $oldref;