N°5232 - Deprecate \CMDBObject::DBCloneTracked - fix phpdoc

This commit is contained in:
acognet
2022-06-28 11:29:15 +02:00
parent 01c76f19ed
commit b47d3cda12

View File

@@ -614,9 +614,9 @@ abstract class CMDBObject extends DBObject
{
return $this->DBCloneTracked_Internal();
}
/*
* @deprecated 3.1.0 not used
*/
/*
* @deprecated 3.1.0 not used N°5232
*/
public function DBCloneTracked(CMDBChange $oChange, $newKey = null)
{
self::SetCurrentChange($oChange);