From e3946c7f3e05b4366ee0c8af4d0e7bcb213c93ac Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 8 Sep 2014 12:25:32 +1200 Subject: [PATCH] comment fix & spelling fix --- CRM/Member/Form/Task/PDFLetterCommon.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Member/Form/Task/PDFLetterCommon.php b/CRM/Member/Form/Task/PDFLetterCommon.php index 1c7be5d28a..010651fdc5 100644 --- a/CRM/Member/Form/Task/PDFLetterCommon.php +++ b/CRM/Member/Form/Task/PDFLetterCommon.php @@ -48,10 +48,10 @@ class CRM_Member_Form_Task_PDFLetterCommon extends CRM_Contact_Form_Task_PDFLett /** * 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 @@ -67,7 +67,7 @@ class CRM_Member_Form_Task_PDFLetterCommon extends CRM_Contact_Form_Task_PDFLett $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, -- 2.25.1