X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FSystemLog.php;h=03a9e7e5b3b3b2fdae2cbb4618bbe6c241ead2a1;hb=ab2e3179d57fbd8b60c0730ec38b6cb678100a28;hp=b61843def29927992ce92ed9f433dd7aea2fe872;hpb=92b0f883315c72514e629b1c9e37261b84186785;p=civicrm-core.git diff --git a/api/v3/SystemLog.php b/api/v3/SystemLog.php index b61843def2..03a9e7e5b3 100644 --- a/api/v3/SystemLog.php +++ b/api/v3/SystemLog.php @@ -38,7 +38,7 @@ */ /** - * @param $params + * @param array $params * * @return array */ @@ -50,7 +50,7 @@ function civicrm_api3_system_log_delete($params) { * Create system log * It's arguable whether this function should exist as it fits our crud pattern and adding it meets our SyntaxConformance test requirements * but it just wraps system.log which is more consistent with the PSR3 implemented. - * @param $params + * @param array $params * * @return array */ @@ -59,7 +59,7 @@ function civicrm_api3_system_log_create($params) { } /** - * @param $params + * @param array $params * * @return array */ @@ -69,7 +69,7 @@ function _civicrm_api3_system_log_create_spec(&$params) { } /** - * @param $params + * @param array $params * * @return array */