2
0
forked from Wavyzz/dolibarr

Merge branch 'develop' into extrafields_object_filter

This commit is contained in:
Frédéric FRANCE
2024-11-27 22:06:10 +01:00
committed by GitHub
20 changed files with 22 additions and 91 deletions

View File

@@ -177,7 +177,7 @@ abstract class CommonObject
private $linkedObjectsFullLoaded = array();
/**
* @var static|null 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;