From 347e061b2986e2c6076e78c19fcc112023d10950 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Thu, 3 Sep 2015 00:45:16 +1200 Subject: [PATCH] comment fixes --- CRM/Contribute/Form/Task/PickProfile.php | 9 --------- CRM/Contribute/Form/Task/Print.php | 14 ++++---------- CRM/Contribute/Form/Task/Result.php | 2 -- .../Form/Task/SearchTaskHookSample.php | 4 ---- CRM/Contribute/Form/Task/Status.php | 11 +---------- CRM/Contribute/Form/UpdateBilling.php | 11 +---------- CRM/Contribute/Form/UpdateSubscription.php | 16 +++------------- CRM/Contribute/Import/Controller.php | 4 +--- CRM/Contribute/Import/Field.php | 2 -- CRM/Contribute/Import/Form/DataSource.php | 6 ------ CRM/Contribute/Import/Form/MapField.php | 13 ++----------- CRM/Contribute/Import/Form/Preview.php | 12 ++---------- CRM/Contribute/Import/Form/Summary.php | 6 +----- CRM/Contribute/Import/Parser.php | 6 ------ CRM/Contribute/Import/Parser/Contribution.php | 8 +------- CRM/Contribute/Info.php | 2 -- CRM/Contribute/Page/ContributionPage.php | 7 +------ CRM/Contribute/Page/ContributionRecur.php | 5 ----- CRM/Contribute/Page/DashBoard.php | 9 +++------ CRM/Contribute/Page/ManagePremiums.php | 9 +-------- CRM/Contribute/Page/PaymentInfo.php | 2 -- CRM/Contribute/Page/Premium.php | 8 ++------ CRM/Contribute/Page/SubscriptionStatus.php | 2 -- CRM/Contribute/Page/Tab.php | 2 -- CRM/Contribute/Page/UserDashboard.php | 2 -- CRM/Contribute/PseudoConstant.php | 7 +++---- CRM/Contribute/Selector/Search.php | 2 -- CRM/Contribute/StateMachine/Contribution.php | 2 -- CRM/Contribute/StateMachine/ContributionPage.php | 3 --- CRM/Contribute/StateMachine/Search.php | 2 -- CRM/Contribute/Task.php | 6 ++---- 31 files changed, 28 insertions(+), 166 deletions(-) diff --git a/CRM/Contribute/Form/Task/PickProfile.php b/CRM/Contribute/Form/Task/PickProfile.php index 2e2f03d626..97e364987f 100644 --- a/CRM/Contribute/Form/Task/PickProfile.php +++ b/CRM/Contribute/Form/Task/PickProfile.php @@ -82,9 +82,6 @@ class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task { /** * Build the form object. - * - * - * @return void */ public function buildQuickForm() { @@ -106,9 +103,6 @@ class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task { /** * Add local and global form rules. - * - * - * @return void */ public function addRules() { $this->addFormRule(array('CRM_Contribute_Form_Task_PickProfile', 'formRule')); @@ -129,9 +123,6 @@ class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task { /** * Process the form after the input has been submitted and validated. - * - * - * @return void */ public function postProcess() { $params = $this->exportValues(); diff --git a/CRM/Contribute/Form/Task/Print.php b/CRM/Contribute/Form/Task/Print.php index c0f522057e..967f3c3f32 100644 --- a/CRM/Contribute/Form/Task/Print.php +++ b/CRM/Contribute/Form/Task/Print.php @@ -38,8 +38,6 @@ class CRM_Contribute_Form_Task_Print extends CRM_Contribute_Form_Task { /** * Build all the data structures needed to build the form. - * - * @return void */ public function preProcess() { parent::preprocess(); @@ -64,16 +62,15 @@ class CRM_Contribute_Form_Task_Print extends CRM_Contribute_Form_Task { } /** - * Build the form object - it consists of + * Build the form object. + * + * It consists of * - displaying the QILL (query in local language) * - displaying elements for saving the search - * - * - * @return void */ public function buildQuickForm() { // - // just need to add a javacript to popup the window for printing + // just need to add a javascript to popup the window for printing // $this->addButtons(array( array( @@ -92,9 +89,6 @@ class CRM_Contribute_Form_Task_Print extends CRM_Contribute_Form_Task { /** * Process the form after the input has been submitted and validated. - * - * - * @return void */ public function postProcess() { // redirect to the main search page after printing is over diff --git a/CRM/Contribute/Form/Task/Result.php b/CRM/Contribute/Form/Task/Result.php index 53b954cd91..903ae3658d 100644 --- a/CRM/Contribute/Form/Task/Result.php +++ b/CRM/Contribute/Form/Task/Result.php @@ -38,8 +38,6 @@ class CRM_Contribute_Form_Task_Result extends CRM_Contribute_Form_Task { /** * Build all the data structures needed to build the form. - * - * @return void */ public function preProcess() { } diff --git a/CRM/Contribute/Form/Task/SearchTaskHookSample.php b/CRM/Contribute/Form/Task/SearchTaskHookSample.php index 89f59f59c1..e455e784d2 100644 --- a/CRM/Contribute/Form/Task/SearchTaskHookSample.php +++ b/CRM/Contribute/Form/Task/SearchTaskHookSample.php @@ -39,8 +39,6 @@ class CRM_Contribute_Form_Task_SearchTaskHookSample extends CRM_Contribute_Form_ /** * Build all the data structures needed to build the form. - * - * @return void */ public function preProcess() { parent::preProcess(); @@ -74,8 +72,6 @@ INNER JOIN civicrm_contact ct ON ( co.contact_id = ct.id ) /** * Build the form object. - * - * @return void */ public function buildQuickForm() { $this->addButtons(array( diff --git a/CRM/Contribute/Form/Task/Status.php b/CRM/Contribute/Form/Task/Status.php index b5879ba2b8..2a645f3840 100644 --- a/CRM/Contribute/Form/Task/Status.php +++ b/CRM/Contribute/Form/Task/Status.php @@ -32,8 +32,7 @@ */ /** - * This class provides the functionality to email a group of - * contacts. + * This class provides the functionality to email a group of contacts. */ class CRM_Contribute_Form_Task_Status extends CRM_Contribute_Form_Task { @@ -49,8 +48,6 @@ class CRM_Contribute_Form_Task_Status extends CRM_Contribute_Form_Task { /** * Build all the data structures needed to build the form. - * - * @return void */ public function preProcess() { $id = CRM_Utils_Request::retrieve('id', 'Positive', @@ -87,9 +84,6 @@ AND {$this->_componentClause}"; /** * Build the form object. - * - * - * @return void */ public function buildQuickForm() { $status = CRM_Contribute_PseudoConstant::contributionStatus(); @@ -212,9 +206,6 @@ AND co.id IN ( $contribIDs )"; /** * Process the form after the input has been submitted and validated. - * - * - * @return void */ public function postProcess() { $params = $this->controller->exportValues($this->_name); diff --git a/CRM/Contribute/Form/UpdateBilling.php b/CRM/Contribute/Form/UpdateBilling.php index bd7f21759b..38b3199221 100644 --- a/CRM/Contribute/Form/UpdateBilling.php +++ b/CRM/Contribute/Form/UpdateBilling.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * This class generates form components for processing a contribution - * + * This class generates form components for processing a contribution. */ class CRM_Contribute_Form_UpdateBilling extends CRM_Core_Form { protected $_crid = NULL; @@ -57,8 +54,6 @@ class CRM_Contribute_Form_UpdateBilling extends CRM_Core_Form { /** * Set variables up before form is built. - * - * @return void */ public function preProcess() { $this->_mid = CRM_Utils_Request::retrieve('mid', 'Integer', $this, FALSE); @@ -185,8 +180,6 @@ class CRM_Contribute_Form_UpdateBilling extends CRM_Core_Form { /** * Build the form object. - * - * @return void */ public function buildQuickForm() { $type = 'next'; @@ -236,8 +229,6 @@ class CRM_Contribute_Form_UpdateBilling extends CRM_Core_Form { /** * Process the form. - * - * @return void */ public function postProcess() { $params = $this->controller->exportValues($this->_name); diff --git a/CRM/Contribute/Form/UpdateSubscription.php b/CRM/Contribute/Form/UpdateSubscription.php index 9b15174a46..6d926ccf2d 100644 --- a/CRM/Contribute/Form/UpdateSubscription.php +++ b/CRM/Contribute/Form/UpdateSubscription.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** @@ -39,7 +37,6 @@ * 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_Contribute_Form_UpdateSubscription extends CRM_Core_Form { @@ -126,11 +123,9 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Core_Form { } /** - * Set default values for the form. Note that in edit/view mode - * the default values are retrieved from the database - * + * Set default values for the form. * - * @return void + * Note that in edit/view mode the default values are retrieved from the database. */ public function setDefaultValues() { @@ -144,8 +139,6 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Core_Form { /** * Actually build the components of the form. - * - * @return void */ public function buildQuickForm() { // CRM-16398: If current recurring contribution got > 1 lineitems then make amount field readonly @@ -185,10 +178,7 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Core_Form { } /** - * called after the user submits the form. - * - * - * @return void + * Called after the user submits the form. */ public function postProcess() { // store the submitted values in an array diff --git a/CRM/Contribute/Import/Controller.php b/CRM/Contribute/Import/Controller.php index d13a6f6360..2e2f9ae042 100644 --- a/CRM/Contribute/Import/Controller.php +++ b/CRM/Contribute/Import/Controller.php @@ -29,15 +29,13 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_Import_Controller extends CRM_Core_Controller { /** * Class constructor. * - * @param null $title + * @param string $title * @param bool|int $action * @param bool $modal */ diff --git a/CRM/Contribute/Import/Field.php b/CRM/Contribute/Import/Field.php index 8b5dc0b156..6aaf46ad36 100644 --- a/CRM/Contribute/Import/Field.php +++ b/CRM/Contribute/Import/Field.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_Import_Field { diff --git a/CRM/Contribute/Import/Form/DataSource.php b/CRM/Contribute/Import/Form/DataSource.php index 38eafea320..009ea1b259 100644 --- a/CRM/Contribute/Import/Form/DataSource.php +++ b/CRM/Contribute/Import/Form/DataSource.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** @@ -44,8 +42,6 @@ class CRM_Contribute_Import_Form_DataSource extends CRM_Import_Form_DataSource { /** * Build the form object. - * - * @return void */ public function buildQuickForm() { parent::buildQuickForm(); @@ -70,8 +66,6 @@ class CRM_Contribute_Import_Form_DataSource extends CRM_Import_Form_DataSource { /** * Process the uploaded file. - * - * @return void */ public function postProcess() { $this->storeFormValues(array( diff --git a/CRM/Contribute/Import/Form/MapField.php b/CRM/Contribute/Import/Form/MapField.php index de43b70f5f..d8ca305e0a 100644 --- a/CRM/Contribute/Import/Form/MapField.php +++ b/CRM/Contribute/Import/Form/MapField.php @@ -29,20 +29,16 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * This class gets the name of the file to upload + * This class gets the name of the file to upload. */ class CRM_Contribute_Import_Form_MapField extends CRM_Import_Form_MapField { /** * Set variables up before form is built. - * - * @return void */ public function preProcess() { $this->_mapperFields = $this->get('fields'); @@ -107,8 +103,6 @@ class CRM_Contribute_Import_Form_MapField extends CRM_Import_Form_MapField { /** * Build the form object. - * - * @return void */ public function buildQuickForm() { //to save the current mappings @@ -475,10 +469,7 @@ class CRM_Contribute_Import_Form_MapField extends CRM_Import_Form_MapField { } /** - * Process the mapped fields and map it into the uploaded file - * preview the file and extract some summary statistics - * - * @return void + * Process the mapped fields and map it into the uploaded file preview the file and extract some summary statistics. */ public function postProcess() { $params = $this->controller->exportValues('MapField'); diff --git a/CRM/Contribute/Import/Form/Preview.php b/CRM/Contribute/Import/Form/Preview.php index 22ed33b111..a0317e44fc 100644 --- a/CRM/Contribute/Import/Form/Preview.php +++ b/CRM/Contribute/Import/Form/Preview.php @@ -29,20 +29,15 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * This class previews the uploaded file and returns summary - * statistics + * This class previews the uploaded file and returns summary statistics. */ class CRM_Contribute_Import_Form_Preview extends CRM_Import_Form_Preview { /** * Set variables up before form is built. - * - * @return void */ public function preProcess() { $skipColumnHeader = $this->controller->exportValue('DataSource', 'skipColumnHeader'); @@ -110,10 +105,7 @@ class CRM_Contribute_Import_Form_Preview extends CRM_Import_Form_Preview { } /** - * Process the mapped fields and map it into the uploaded file - * preview the file and extract some summary statistics - * - * @return void + * Process the mapped fields and map it into the uploaded file preview the file and extract some summary statistics. */ public function postProcess() { $fileName = $this->controller->exportValue('DataSource', 'uploadFile'); diff --git a/CRM/Contribute/Import/Form/Summary.php b/CRM/Contribute/Import/Form/Summary.php index 658fd80d9c..4c05bf95d3 100644 --- a/CRM/Contribute/Import/Form/Summary.php +++ b/CRM/Contribute/Import/Form/Summary.php @@ -29,19 +29,15 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * This class summarizes the import results + * This class summarizes the import results. */ class CRM_Contribute_Import_Form_Summary extends CRM_Import_Form_Summary { /** * Set variables up before form is built. - * - * @return void */ public function preProcess() { // set the error message path to display diff --git a/CRM/Contribute/Import/Parser.php b/CRM/Contribute/Import/Parser.php index 610198af5a..ba7be327fe 100644 --- a/CRM/Contribute/Import/Parser.php +++ b/CRM/Contribute/Import/Parser.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ abstract class CRM_Contribute_Import_Parser extends CRM_Import_Parser { @@ -408,8 +406,6 @@ abstract class CRM_Contribute_Import_Parser extends CRM_Import_Parser { * set the active fields array to this list * * @param array $fieldKeys mapped array of values - * - * @return void */ public function setActiveFields($fieldKeys) { $this->_activeFieldCount = count($fieldKeys); @@ -567,8 +563,6 @@ abstract class CRM_Contribute_Import_Parser extends CRM_Import_Parser { * @param string $fileName * @param array $header * @param array $data - * - * @return void */ public static function exportCSV($fileName, $header, $data) { $output = array(); diff --git a/CRM/Contribute/Import/Parser/Contribution.php b/CRM/Contribute/Import/Parser/Contribution.php index 7901e21234..aec76b5eea 100644 --- a/CRM/Contribute/Import/Parser/Contribution.php +++ b/CRM/Contribute/Import/Parser/Contribution.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** @@ -71,8 +69,6 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa /** * The initializer code, called before the processing - * - * @return void */ public function init() { $fields = CRM_Contribute_BAO_Contribution::importableFields($this->_contactType, FALSE); @@ -611,9 +607,7 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa } /** - * The initializer code, called before the processing - * - * @return void + * The initializer code, called before the processing. */ public function fini() { } diff --git a/CRM/Contribute/Info.php b/CRM/Contribute/Info.php index 79a81ce90a..af448dcaa5 100644 --- a/CRM/Contribute/Info.php +++ b/CRM/Contribute/Info.php @@ -32,8 +32,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_Info extends CRM_Core_Component_Info { diff --git a/CRM/Contribute/Page/ContributionPage.php b/CRM/Contribute/Page/ContributionPage.php index 18eb4665ca..d7d456cf5b 100644 --- a/CRM/Contribute/Page/ContributionPage.php +++ b/CRM/Contribute/Page/ContributionPage.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** @@ -372,10 +370,7 @@ AND cp.page_type = 'contribute' } /** - * make a copy of a contribution page, including - * all the fields in the page - * - * @return void + * Make a copy of a contribution page, including all the fields in the page. */ public function copy() { $gid = CRM_Utils_Request::retrieve('gid', 'Positive', diff --git a/CRM/Contribute/Page/ContributionRecur.php b/CRM/Contribute/Page/ContributionRecur.php index 15ea51158b..132b03bb4c 100644 --- a/CRM/Contribute/Page/ContributionRecur.php +++ b/CRM/Contribute/Page/ContributionRecur.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** * Main page for viewing Recurring Contributions. - * */ class CRM_Contribute_Page_ContributionRecur extends CRM_Core_Page { @@ -45,8 +42,6 @@ class CRM_Contribute_Page_ContributionRecur extends CRM_Core_Page { /** * View details of a recurring contribution. - * - * @return void */ public function view() { $recur = new CRM_Contribute_DAO_ContributionRecur(); diff --git a/CRM/Contribute/Page/DashBoard.php b/CRM/Contribute/Page/DashBoard.php index 6916a7d0dc..03a45021d9 100644 --- a/CRM/Contribute/Page/DashBoard.php +++ b/CRM/Contribute/Page/DashBoard.php @@ -29,20 +29,17 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Page for displaying list of Payment-Instrument + * Page for displaying list of Payment-Instrument. */ class CRM_Contribute_Page_DashBoard extends CRM_Core_Page { /** - * Heart of the viewing process. The runner gets all the meta data for - * the contact and calls the appropriate type of page to view. + * Heart of the viewing process. * - * @return void + * The runner gets all the meta data for the contact and calls the appropriate type of page to view. */ public function preProcess() { CRM_Utils_System::setTitle(ts('CiviContribute')); diff --git a/CRM/Contribute/Page/ManagePremiums.php b/CRM/Contribute/Page/ManagePremiums.php index a7fd59b4af..3483d36c74 100644 --- a/CRM/Contribute/Page/ManagePremiums.php +++ b/CRM/Contribute/Page/ManagePremiums.php @@ -29,12 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Page for displaying list of Premiums + * Page for displaying list of Premiums. */ class CRM_Contribute_Page_ManagePremiums extends CRM_Core_Page_Basic { @@ -105,8 +103,6 @@ class CRM_Contribute_Page_ManagePremiums 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() { @@ -135,9 +131,6 @@ class CRM_Contribute_Page_ManagePremiums extends CRM_Core_Page_Basic { /** * Browse all custom data groups. - * - * - * @return void */ public function browse() { // get all custom groups sorted by weight diff --git a/CRM/Contribute/Page/PaymentInfo.php b/CRM/Contribute/Page/PaymentInfo.php index e54b460da8..016d4a89d5 100644 --- a/CRM/Contribute/Page/PaymentInfo.php +++ b/CRM/Contribute/Page/PaymentInfo.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_Page_PaymentInfo extends CRM_Core_Page { public function preProcess() { diff --git a/CRM/Contribute/Page/Premium.php b/CRM/Contribute/Page/Premium.php index 0cbbae0e34..22f2e16aa9 100644 --- a/CRM/Contribute/Page/Premium.php +++ b/CRM/Contribute/Page/Premium.php @@ -29,12 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Page for displaying list of Premiums + * Page for displaying list of Premiums. */ class CRM_Contribute_Page_Premium extends CRM_Core_Page_Basic { @@ -97,8 +95,6 @@ class CRM_Contribute_Page_Premium 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 @@ -126,7 +122,7 @@ class CRM_Contribute_Page_Premium extends CRM_Core_Page_Basic { } /** - * @return void + * Browse function. */ public function browse() { // get all custom groups sorted by weight diff --git a/CRM/Contribute/Page/SubscriptionStatus.php b/CRM/Contribute/Page/SubscriptionStatus.php index 3cb975cb02..834d9d64d5 100644 --- a/CRM/Contribute/Page/SubscriptionStatus.php +++ b/CRM/Contribute/Page/SubscriptionStatus.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page { diff --git a/CRM/Contribute/Page/Tab.php b/CRM/Contribute/Page/Tab.php index edfd420397..2469e4e8b1 100644 --- a/CRM/Contribute/Page/Tab.php +++ b/CRM/Contribute/Page/Tab.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_Page_Tab extends CRM_Core_Page { diff --git a/CRM/Contribute/Page/UserDashboard.php b/CRM/Contribute/Page/UserDashboard.php index d17a579416..2e16e0b1dd 100644 --- a/CRM/Contribute/Page/UserDashboard.php +++ b/CRM/Contribute/Page/UserDashboard.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard { diff --git a/CRM/Contribute/PseudoConstant.php b/CRM/Contribute/PseudoConstant.php index 547d85370c..975be0c6d7 100644 --- a/CRM/Contribute/PseudoConstant.php +++ b/CRM/Contribute/PseudoConstant.php @@ -29,13 +29,12 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * This class holds all the Pseudo constants that are specific to Contributions. This avoids - * polluting the core class and isolates the mass mailer class + * This class holds all the Pseudo constants that are specific to Contributions. + * + * This avoids polluting the core class and isolates the mass mailer class. */ class CRM_Contribute_PseudoConstant extends CRM_Core_PseudoConstant { diff --git a/CRM/Contribute/Selector/Search.php b/CRM/Contribute/Selector/Search.php index aba145eaff..32d153ebb2 100644 --- a/CRM/Contribute/Selector/Search.php +++ b/CRM/Contribute/Selector/Search.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** diff --git a/CRM/Contribute/StateMachine/Contribution.php b/CRM/Contribute/StateMachine/Contribution.php index c4508871f9..086846f728 100644 --- a/CRM/Contribute/StateMachine/Contribution.php +++ b/CRM/Contribute/StateMachine/Contribution.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** diff --git a/CRM/Contribute/StateMachine/ContributionPage.php b/CRM/Contribute/StateMachine/ContributionPage.php index d5f645a952..063f390d22 100644 --- a/CRM/Contribute/StateMachine/ContributionPage.php +++ b/CRM/Contribute/StateMachine/ContributionPage.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** * State machine for managing different states of the Import process. - * */ class CRM_Contribute_StateMachine_ContributionPage extends CRM_Core_StateMachine { diff --git a/CRM/Contribute/StateMachine/Search.php b/CRM/Contribute/StateMachine/Search.php index 40e08b492f..2480d432a5 100644 --- a/CRM/Contribute/StateMachine/Search.php +++ b/CRM/Contribute/StateMachine/Search.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Contribute_StateMachine_Search extends CRM_Core_StateMachine { diff --git a/CRM/Contribute/Task.php b/CRM/Contribute/Task.php index 52bd8c2bf2..b48240fc85 100644 --- a/CRM/Contribute/Task.php +++ b/CRM/Contribute/Task.php @@ -29,14 +29,12 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * class to represent the actions that can be performed on a group of contacts - * used by the search forms + * Class to represent the actions that can be performed on a group of contacts. * + * Used by the search forms. */ class CRM_Contribute_Task { const DELETE_CONTRIBUTIONS = 1, PRINT_CONTRIBUTIONS = 2, EXPORT_CONTRIBUTIONS = 3, BATCH_CONTRIBUTIONS = 4, EMAIL_CONTACTS = 5, UPDATE_STATUS = 6, PDF_RECEIPT = 7; -- 2.25.1