From 571ef2a5fddcf2722c5721e2046a0a71a2691cd0 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Fri, 16 Oct 2015 14:46:01 +1300 Subject: [PATCH] comment fixes --- CRM/Profile/Form/Search.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/CRM/Profile/Form/Search.php b/CRM/Profile/Form/Search.php index 59ceca35c5..2b07193a4c 100644 --- a/CRM/Profile/Form/Search.php +++ b/CRM/Profile/Form/Search.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** @@ -39,16 +37,11 @@ * It delegates the work to lower level subclasses and integrates the changes * back in. It also uses a lot of functionality with the CRM API's, so any change * made here could potentially affect the API etc. Be careful, be aware, use unit tests. - * */ class CRM_Profile_Form_Search extends CRM_Profile_Form { /** * Pre processing work done here. - * - * @param - * - * @return void */ public function preProcess() { $this->_mode = CRM_Profile_Form::MODE_SEARCH; @@ -58,7 +51,6 @@ class CRM_Profile_Form_Search extends CRM_Profile_Form { /** * Set the default form values. * - * * @return array * the default array reference */ @@ -101,8 +93,6 @@ class CRM_Profile_Form_Search extends CRM_Profile_Form { /** * Build the form object. - * - * @return void */ public function buildQuickForm() { // Is proximity search enabled for this profile? @@ -126,10 +116,7 @@ class CRM_Profile_Form_Search extends CRM_Profile_Form { } /** - * - * - * - * @return void + * Post process function. */ public function postProcess() { } -- 2.25.1