mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -193,7 +193,7 @@ class CSVImportPageProcessor
|
||||
$aSynchroUpdate,
|
||||
$sChosenDateFormat, // date format
|
||||
true, // localize
|
||||
$iNbSkippedLines+count($aFieldsMapping) // advanced mode
|
||||
$iNbSkippedLines + count($aFieldsMapping) // advanced mode
|
||||
);
|
||||
|
||||
$oPage->AddSubBlock(InputUIBlockFactory::MakeForHidden("csvdata_truncated", $sCSVDataTruncated, "csvdata_truncated"));
|
||||
|
||||
@@ -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