Fixing CR observations

This commit is contained in:
dante
2017-10-31 10:01:30 -04:00
parent 7818ee7b36
commit 87a09f90fe

View File

@@ -7270,11 +7270,13 @@ class Cases
/**
* Inserts int the ListInbox of the user $targetUserId case whose data is in the variable $caseDataRow
*
* @param array $caseDataRow, assoc. array with the data of the case
* @param int $targetUserId, id of the user that will have the case.
*
* @return void
*/
private function putCaseInInboxList($caseDataRow, $targetUserId)
private function putCaseInInboxList(array $caseDataRow, $targetUserId)
{
$listInbox = new ListInbox();
$caseDataRow["USR_UID"] = $targetUserId;