💡 add missing @var

This commit is contained in:
Pierre Goiffon
2019-03-08 09:06:12 +01:00
parent 7ad9b9dd08
commit b25a8b4c9f

View File

@@ -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);