Merge pull request #9789 from fliespl/patch-2
[civicrm-core.git] / CRM / Contact / BAO / Contact.php
index 7f834eb93fab5ffe969a5e087cd8c8853433c33d..ff9301f1fd497eaae9e50705e97e5307f0b69241 100644 (file)
@@ -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) {