X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FBAO%2FContact.php;h=ff9301f1fd497eaae9e50705e97e5307f0b69241;hb=ad1692320e41ca1e584abe360329139fbb9e2580;hp=7f834eb93fab5ffe969a5e087cd8c8853433c33d;hpb=ed0ca2486df5e2d7c40e3b8ace28b066830e3961;p=civicrm-core.git diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index 7f834eb93f..ff9301f1fd 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -3371,8 +3371,8 @@ LEFT JOIN civicrm_address add2 ON ( add1.master_id = add2.id ) * Ensures that is_primary gets assigned to another object if available * Also calls pre/post hooks * - * @var object $type - * @var int $id + * @param string $type + * @param int $id * @return bool */ public static function deleteObjectWithPrimary($type, $id) {