mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +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()))
|
if (in_array($sState, $oAttDef->GetStates()))
|
||||||
{
|
{
|
||||||
// Compute or recompute the deadlines
|
// Compute or recompute the deadlines
|
||||||
|
/** @var \ormStopWatch $oSW */
|
||||||
$oSW = $this->Get($sAttCode);
|
$oSW = $this->Get($sAttCode);
|
||||||
$oSW->ComputeDeadlines($this, $oAttDef);
|
$oSW->ComputeDeadlines($this, $oAttDef);
|
||||||
$this->Set($sAttCode, $oSW);
|
$this->Set($sAttCode, $oSW);
|
||||||
|
|||||||
Reference in New Issue
Block a user