X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingContact.php;h=2ef5194da77674e0f6d8aff6f79fce69ba2b503c;hb=4afa08a2a55afbabafc64cb7eaab0b4bf6cc63c7;hp=4875e79340423624cab3d2cd4c7f953c492fe076;hpb=1cca34896f96701772339080f5d6a3e45af12d7f;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 */