mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -61,7 +61,7 @@ class EventNotificationNewsroomService
|
||||
$oEvent->Set('trigger_id', $iTriggerId);
|
||||
$oEvent->Set('action_id', $oAction->GetKey());
|
||||
$oEvent->Set('object_id', $iObjectId);
|
||||
$oEvent->Set('object_class', $sObjectClass);
|
||||
$oEvent->Set('object_class', $sObjectClass);
|
||||
$oEvent->Set('url', $sUrl);
|
||||
if ($sDate !== null) {
|
||||
$oEvent->Set('date', $sDate);
|
||||
|
||||
Reference in New Issue
Block a user