From 5709ac86896d1c8717b7d2f7296e830b1e62e869 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Tue, 1 Sep 2015 00:32:39 +1200 Subject: [PATCH] comment fixes --- CRM/Contact/Page/DedupeFind.php | 9 --------- CRM/Contact/Page/DedupeMerge.php | 5 ----- CRM/Contact/Page/DedupeRules.php | 6 ------ CRM/Contact/Page/ImageFile.php | 2 -- CRM/Contact/Page/Inline/Actions.php | 7 +------ CRM/Contact/Page/Inline/Address.php | 7 +------ CRM/Contact/Page/Inline/CommunicationPreferences.php | 7 +------ CRM/Contact/Page/Inline/ContactInfo.php | 7 +------ CRM/Contact/Page/Inline/ContactName.php | 7 +------ 9 files changed, 5 insertions(+), 52 deletions(-) diff --git a/CRM/Contact/Page/DedupeFind.php b/CRM/Contact/Page/DedupeFind.php index 9c2ea680e7..1820a84715 100644 --- a/CRM/Contact/Page/DedupeFind.php +++ b/CRM/Contact/Page/DedupeFind.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic { protected $_cid = NULL; @@ -50,17 +48,12 @@ class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic { /** * Get action Links. - * - * @return void - * (reference) of action links */ public function &links() { } /** * Browse all rule groups. - * - * @return void */ public function run() { $gid = CRM_Utils_Request::retrieve('gid', 'Positive', $this, FALSE, 0); @@ -338,8 +331,6 @@ class CRM_Contact_Page_DedupeFind extends CRM_Core_Page_Basic { /** * Browse all rule groups. - * - * @return void */ public function browse() { $this->assign('main_contacts', $this->_mainContacts); diff --git a/CRM/Contact/Page/DedupeMerge.php b/CRM/Contact/Page/DedupeMerge.php index 4e1f17b410..49f6bc8847 100644 --- a/CRM/Contact/Page/DedupeMerge.php +++ b/CRM/Contact/Page/DedupeMerge.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2014 - * $Id$ - * */ class CRM_Contact_Page_DedupeMerge extends CRM_Core_Page { @@ -38,9 +36,6 @@ class CRM_Contact_Page_DedupeMerge extends CRM_Core_Page { /** * Browse batch merges. - * - * @return void - * @access public */ public function run() { $runner = self::getRunner(); diff --git a/CRM/Contact/Page/DedupeRules.php b/CRM/Contact/Page/DedupeRules.php index e4364f1adc..56e3dec39b 100644 --- a/CRM/Contact/Page/DedupeRules.php +++ b/CRM/Contact/Page/DedupeRules.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic { @@ -99,8 +97,6 @@ class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic { * This method is called after the page is created. It checks for the type * of action and executes that action. Finally it calls the parent's run * method. - * - * @return void */ public function run() { // get the requested action, default to 'browse' @@ -136,8 +132,6 @@ class CRM_Contact_Page_DedupeRules extends CRM_Core_Page_Basic { /** * Browse all rule groups. - * - * @return void */ public function browse() { // get all rule groups diff --git a/CRM/Contact/Page/ImageFile.php b/CRM/Contact/Page/ImageFile.php index 69b094b63a..453dd0794d 100644 --- a/CRM/Contact/Page/ImageFile.php +++ b/CRM/Contact/Page/ImageFile.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contact_Page_ImageFile extends CRM_Core_Page { /** diff --git a/CRM/Contact/Page/Inline/Actions.php b/CRM/Contact/Page/Inline/Actions.php index 9e27f35c80..614451c0e5 100644 --- a/CRM/Contact/Page/Inline/Actions.php +++ b/CRM/Contact/Page/Inline/Actions.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Dummy page for actions button - * + * Dummy page for actions button. */ class CRM_Contact_Page_Inline_Actions extends CRM_Core_Page { @@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_Actions extends CRM_Core_Page { * Run the page. * * This method is called after the page is created. - * - * @return void */ public function run() { $contactId = CRM_Utils_Request::retrieve('cid', 'Positive', CRM_Core_DAO::$_nullObject, TRUE, NULL, $_REQUEST); diff --git a/CRM/Contact/Page/Inline/Address.php b/CRM/Contact/Page/Inline/Address.php index fbe3c03ee4..9bd2834854 100644 --- a/CRM/Contact/Page/Inline/Address.php +++ b/CRM/Contact/Page/Inline/Address.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Dummy page for details of address - * + * Dummy page for details of address. */ class CRM_Contact_Page_Inline_Address extends CRM_Core_Page { @@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_Address extends CRM_Core_Page { * Run the page. * * This method is called after the page is created. - * - * @return void */ public function run() { // get the emails for this contact diff --git a/CRM/Contact/Page/Inline/CommunicationPreferences.php b/CRM/Contact/Page/Inline/CommunicationPreferences.php index b89e51ed37..646f2228b5 100644 --- a/CRM/Contact/Page/Inline/CommunicationPreferences.php +++ b/CRM/Contact/Page/Inline/CommunicationPreferences.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Dummy page for details of communication preferences - * + * Dummy page for details of communication preferences. */ class CRM_Contact_Page_Inline_CommunicationPreferences extends CRM_Core_Page { @@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_CommunicationPreferences extends CRM_Core_Page { * Run the page. * * This method is called after the page is created. - * - * @return void */ public function run() { // get the emails for this contact diff --git a/CRM/Contact/Page/Inline/ContactInfo.php b/CRM/Contact/Page/Inline/ContactInfo.php index 0439b9f3a1..ec9a5cc030 100644 --- a/CRM/Contact/Page/Inline/ContactInfo.php +++ b/CRM/Contact/Page/Inline/ContactInfo.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Page to disply contact information on topi of summary - * + * Page to display contact information on top of summary. */ class CRM_Contact_Page_Inline_ContactInfo extends CRM_Core_Page { @@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_ContactInfo extends CRM_Core_Page { * Run the page. * * This method is called after the page is created. - * - * @return void */ public function run() { // get the emails for this contact diff --git a/CRM/Contact/Page/Inline/ContactName.php b/CRM/Contact/Page/Inline/ContactName.php index 1f92e66678..7db5a76c5c 100644 --- a/CRM/Contact/Page/Inline/ContactName.php +++ b/CRM/Contact/Page/Inline/ContactName.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Page to disply contact name on top of the summary - * + * Page to display contact name on top of the summary. */ class CRM_Contact_Page_Inline_ContactName extends CRM_Core_Page { @@ -43,8 +40,6 @@ class CRM_Contact_Page_Inline_ContactName extends CRM_Core_Page { * Run the page. * * This method is called after the page is created. - * - * @return void */ public function run() { // get the emails for this contact -- 2.25.1