From c6548ace615dac807183d23fdf9617e04503294d Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 21 Feb 2024 16:36:34 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02039=20-=20Fix=20PHPDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/action.class.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/action.class.inc.php b/core/action.class.inc.php index 27947a698..4054e2107 100644 --- a/core/action.class.inc.php +++ b/core/action.class.inc.php @@ -41,9 +41,10 @@ require_once(APPROOT.'/core/email.class.inc.php'); */ abstract class Action extends cmdbAbstractObject { - /** @var $oCallingTrigger Trigger|null The trigger that called this action {@see DoExecute} + /** + * @var $oCallingTrigger Trigger|null The trigger that called this action {@see DoExecute} * @since 3.2.0 - * */ + */ protected ?Trigger $oCallingTrigger = null; /**