mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
fix phpdoc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user