mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
💡 add missing @var
This commit is contained in:
@@ -2377,6 +2377,7 @@ abstract class DBObject implements iDisplay
|
||||
if (in_array($sState, $oAttDef->GetStates()))
|
||||
{
|
||||
// Compute or recompute the deadlines
|
||||
/** @var \ormStopWatch $oSW */
|
||||
$oSW = $this->Get($sAttCode);
|
||||
$oSW->ComputeDeadlines($this, $oAttDef);
|
||||
$this->Set($sAttCode, $oSW);
|
||||
|
||||
Reference in New Issue
Block a user