X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FCase.php;h=21082e6330c8f99e308b5c61bfe477d3a5b8f1d4;hb=af5c6758a26a9585cde11bd6fb4a99fcf6311661;hp=5249010c45b372c98e6b31117e6af0cadf9cff09;hpb=5ef139aa041f9ca1e7ebd6d915b0e232ba961526;p=civicrm-core.git diff --git a/api/v3/Case.php b/api/v3/Case.php index 5249010c45..21082e6330 100644 --- a/api/v3/Case.php +++ b/api/v3/Case.php @@ -131,8 +131,8 @@ function civicrm_api3_case_create($params) { * When creating a new case, run the xmlProcessor to get all necessary params/configuration * for the new case, as cases use an xml file to store their configuration. * - * @param $params - * @param $caseBAO + * @param array $params + * @param CRM_Case_DAO_Case $caseBAO * * @throws \Exception */ @@ -762,8 +762,8 @@ function civicrm_api3_case_getList($params) { /** * Needed due to the above override - * @param $params - * @param $apiRequest + * @param array $params + * @param array $apiRequest */ function _civicrm_api3_case_getlist_spec(&$params, $apiRequest) { require_once 'api/v3/Generic/Getlist.php';