/**
* generate htmlfor pdf letters
*
- * @param unknown_type $membershipIDs
- * @param unknown_type $returnProperties
- * @param unknown_type $skipOnHold
- * @param unknown_type $skipDeceased
+ * @param array $membershipIDs
+ * @param array $returnProperties
+ * @param bool $skipOnHold
+ * @param bool $skipDeceased
* @param unknown_type $messageToken
* @param $html_message
* @param $categories
$contactId = $membership['contact_id'];
$params = array('contact_id' => $contactId);
//getTokenDetails is much like calling the api contact.get function - but - with some minor
- // special handlings. It preceeds the existance of the api
+ // special handlings. It preceeds the existence of the api
list($contacts) = CRM_Utils_Token::getTokenDetails(
$params,
$returnProperties,