From 6dd9d5c2a9ffae63c24d913f786f645757568c2b Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 22 Aug 2017 12:17:25 +1200 Subject: [PATCH] NFC comment tidy up --- CRM/Event/Form/Task/Badge.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CRM/Event/Form/Task/Badge.php b/CRM/Event/Form/Task/Badge.php index 35ca60b222..49c19de16e 100644 --- a/CRM/Event/Form/Task/Badge.php +++ b/CRM/Event/Form/Task/Badge.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2017 - * $Id$ - * */ /** - * This class helps to print the labels for contacts - * + * This class helps to print the labels for contacts. */ class CRM_Event_Form_Task_Badge extends CRM_Event_Form_Task { @@ -83,9 +80,6 @@ class CRM_Event_Form_Task_Badge extends CRM_Event_Form_Task { /** * Build the form object. - * - * - * @return void */ public function buildQuickForm() { CRM_Utils_System::setTitle(ts('Make Name Badges')); @@ -111,9 +105,6 @@ class CRM_Event_Form_Task_Badge extends CRM_Event_Form_Task { /** * Process the form after the input has been submitted and validated. - * - * - * @return void */ public function postProcess() { $params = $this->controller->exportValues($this->_name); -- 2.25.1