From d4620d57ac3c096b770aa484a3c303b87e881f6e Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Sat, 24 Oct 2015 08:07:49 +1300 Subject: [PATCH] comment fixes --- CRM/Utils/Address/BatchUpdate.php | 14 +++++++++++--- CRM/Utils/Address/USPS.php | 6 ++++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CRM/Utils/Address/BatchUpdate.php b/CRM/Utils/Address/BatchUpdate.php index 102c85a471..0034e9ee55 100644 --- a/CRM/Utils/Address/BatchUpdate.php +++ b/CRM/Utils/Address/BatchUpdate.php @@ -49,6 +49,8 @@ class CRM_Utils_Address_BatchUpdate { var $returnError = 0; /** + * Class constructor. + * * @param array $params */ public function __construct($params) { @@ -61,6 +63,8 @@ class CRM_Utils_Address_BatchUpdate { } /** + * Run batch update. + * * @return array */ public function run() { @@ -120,9 +124,11 @@ class CRM_Utils_Address_BatchUpdate { } /** - * @param $config - * @param $processGeocode - * @param $parseStreetAddress + * Process contacts. + * + * @param CRM_Core_Config $config + * @param bool $processGeocode + * @param bool $parseStreetAddress * * @return array * @throws Exception @@ -284,6 +290,8 @@ class CRM_Utils_Address_BatchUpdate { } /** + * Return result. + * * @return array */ public function returnResult() { diff --git a/CRM/Utils/Address/USPS.php b/CRM/Utils/Address/USPS.php index 6d237b992a..74fab74f9c 100644 --- a/CRM/Utils/Address/USPS.php +++ b/CRM/Utils/Address/USPS.php @@ -31,12 +31,14 @@ */ /** - * Address utilties + * Address utilities. */ class CRM_Utils_Address_USPS { /** - * @param $values + * Check address. + * + * @param array $values * * @return bool */ -- 2.25.1