From b25a8b4c9f24439062ccc9bdaf304e6c4ff5e6e3 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 8 Mar 2019 09:06:12 +0100 Subject: [PATCH] :bulb: add missing @var --- core/dbobject.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 412b959a99..7af4b9b778 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -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);