mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2039 - Fix PHPDoc
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user