Se arregla code style para CASES
This commit is contained in:
@@ -370,9 +370,9 @@ class Cases
|
|||||||
} catch (\InvalidIndexSearchTextException $e) {
|
} catch (\InvalidIndexSearchTextException $e) {
|
||||||
$arrayData = array();
|
$arrayData = array();
|
||||||
$arrayData[] = array ("app_uid" => $e->getMessage(),
|
$arrayData[] = array ("app_uid" => $e->getMessage(),
|
||||||
"app_name" => $e->getMessage(),
|
"app_name" => $e->getMessage(),
|
||||||
"del_index" => $e->getMessage(),
|
"del_index" => $e->getMessage(),
|
||||||
"pro_uid" => $e->getMessage());
|
"pro_uid" => $e->getMessage());
|
||||||
throw (new \Exception($arrayData));
|
throw (new \Exception($arrayData));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -495,8 +495,8 @@ class Cases
|
|||||||
$oDataset->next();
|
$oDataset->next();
|
||||||
while ($aRow = $oDataset->getRow()) {
|
while ($aRow = $oDataset->getRow()) {
|
||||||
$result = array ('tas_uid' => $aRow['TAS_UID'],
|
$result = array ('tas_uid' => $aRow['TAS_UID'],
|
||||||
'tas_title' => $aRow['TAS_TITLE'],
|
'tas_title' => $aRow['TAS_TITLE'],
|
||||||
'del_index' => $aRow['DEL_INDEX']);
|
'del_index' => $aRow['DEL_INDEX']);
|
||||||
$oDataset->next();
|
$oDataset->next();
|
||||||
}
|
}
|
||||||
//Return
|
//Return
|
||||||
|
|||||||
Reference in New Issue
Block a user