X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingContact.php;h=2ef5194da77674e0f6d8aff6f79fce69ba2b503c;hb=bbaa9fa6e0fb28919f0049cbb78796f53bec548c;hp=4875e79340423624cab3d2cd4c7f953c492fe076;hpb=8631f1ff418ee87f4830f24a7c0267b3327b3d45;p=civicrm-core.git diff --git a/api/v3/MailingContact.php b/api/v3/MailingContact.php index 4875e79340..2ef5194da7 100644 --- a/api/v3/MailingContact.php +++ b/api/v3/MailingContact.php @@ -84,13 +84,13 @@ function _civicrm_api3_mailing_contact_get_spec(&$params) { * Helper function for mailing contact queries. * * @param int $contactID - * @param $offset - * @param $limit - * @param $selectFields - * @param $fromClause - * @param $whereClause - * @param $sort - * @param $getCount + * @param int $offset + * @param int $limit + * @param array|null $selectFields + * @param string|null $fromClause + * @param string|null $whereClause + * @param string|null $sort + * @param bool $getCount * * @return array */ @@ -196,10 +196,10 @@ LIMIT %2, %3 * Get delivered mailing contacts. * * @param int $contactID - * @param $offset - * @param $limit - * @param $sort - * @param $getCount + * @param int $offset + * @param int $limit + * @param string|null $sort + * @param bool $getCount * * @return array */ @@ -237,10 +237,10 @@ AND meb.id IS NULL * Get bounced mailing contact records. * * @param int $contactID - * @param $offset - * @param $limit - * @param $sort - * @param $getCount + * @param int $offset + * @param int $limit + * @param string|null $sort + * @param bool $getCount * * @return array */