X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FContact.php;h=4ec440ef9b27c2766ff28e20de00a8fb8ff77eea;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=90729ff875a3d30c7337c04490a0a3ecc4654fe7;hpb=ed0ada202bf78cff30324474c53fe619ee148d61;p=civicrm-core.git diff --git a/api/v3/Contact.php b/api/v3/Contact.php index 90729ff875..4ec440ef9b 100644 --- a/api/v3/Contact.php +++ b/api/v3/Contact.php @@ -412,11 +412,10 @@ function _civicrm_api3_contact_update($params, $contactID = NULL) { /** * Validate the addressee or email or postal greetings * - * @param $params Associative array of property name/value + * @param array $params Associative array of property name/value * pairs to insert in new contact. * * @throws API_Exception - * @return array (reference ) null on success, error message otherwise * * @access public */