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; /**