N°2039 - Fix PHPDoc

This commit is contained in:
Molkobain
2024-02-21 16:36:34 +01:00
parent 478afb88e3
commit c6548ace61

View File

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