more comment fixes
authoreileenmcnaugton <eileen@fuzion.co.nz>
Mon, 31 Aug 2015 11:21:38 +0000 (23:21 +1200)
committereileenmcnaugton <eileen@fuzion.co.nz>
Mon, 31 Aug 2015 11:21:38 +0000 (23:21 +1200)
29 files changed:
CRM/Bridge/OG/CiviCRM.php
CRM/Bridge/OG/Drupal.php
CRM/Bridge/OG/Utils.php
CRM/Campaign/BAO/Campaign.php
CRM/Campaign/BAO/Survey.php
CRM/Campaign/Config.php
CRM/Campaign/Controller/Search.php
CRM/Campaign/Form/Gotv.php
CRM/Campaign/Form/Petition.php
CRM/Campaign/Form/Survey/TabHeader.php
CRM/Campaign/Info.php
CRM/Campaign/Page/DashBoard.php
CRM/Campaign/Page/Petition.php
CRM/Campaign/PseudoConstant.php
CRM/Campaign/StateMachine/Search.php
CRM/Campaign/Task.php
CRM/Case/Form/Activity/LinkCases.php
CRM/Case/Form/Activity/OpenCase.php
CRM/Case/Form/ActivityToCase.php
CRM/Case/Form/ActivityView.php
CRM/Case/Form/Case.php
CRM/Case/Form/CustomData.php
CRM/Case/Form/EditClient.php
CRM/Case/Form/Report.php
CRM/Case/Form/Search.php
CRM/Case/Form/Task.php
CRM/Case/Form/Task/Delete.php
CRM/Case/Form/Task/Print.php
CRM/Case/Form/Task/Restore.php

index 1f64a02d1d2f3e6cfe1ebf53eef721cee35e5297..ddaf959d82b4caf287b128eb3fa2fe65b6b6c23a 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Bridge_OG_CiviCRM {
 
index a0a16755af1245a1acec95d6b145ac0e379ff071..e5557a8626ea9e83ea6fc4b905d985abc576c8c1 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
index db5912771b2da8e208a88a62a75d2f06e49320a8..123efc15cb9009a144f2a3a4d6320b31a3949817 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Bridge_OG_Utils {
   const aclEnabled = 1, syncFromCiviCRM = 1;
index 20932af7f242bed8a464b4520a6b71b88745a1d0..dd793c9b50884af91ba26ee4c3d3c3e2ad91352e 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Campaign_BAO_Campaign extends CRM_Campaign_DAO_Campaign {
 
index f554c5281673be25206584be04861f617063231f..a7097e704168e62477212510eb5f8d42511c2e5c 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
-require_once 'CRM/Campaign/DAO/Survey.php';
 
 /**
- * Class CRM_Campaign_BAO_Survey
+ * Class CRM_Campaign_BAO_Survey.
  */
 class CRM_Campaign_BAO_Survey extends CRM_Campaign_DAO_Survey {
 
index 14f23f13d4c8a85016f2233ff0e392cc67881faa..eee02200ac76e32af46577c8c92565f2d86a9e73 100644 (file)
@@ -32,8 +32,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Campaign_Config extends CRM_Core_Component_Config {
 }
index f77413a3ae340cb8a6b7b310a190a1db331b53a0..a12cd942c04d449f859e7a3ed72b4940c69a58c9 100755 (executable)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
index e7b3e1d650389eef2750bca974e53e9421a48a9a..f6c4c9365694df74848585a53636663c870a9ed3 100755 (executable)
@@ -29,7 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
  */
 
 /**
index 59c7cad45f997ec75bcc45a780fc85cea3f0749e..6931a7917fb10d2b607b4f4693769ba6ed16dd37 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for adding a petition
- *
+ * This class generates form components for adding a petition.
  */
 class CRM_Campaign_Form_Petition extends CRM_Core_Form {
 
index 9b4d90ffd751b96449566409f604a4492f9adeee..2e1bc7b3cc0912a6ee33759d115ce7deb29cb921 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
@@ -39,6 +37,8 @@
 class CRM_Campaign_Form_Survey_TabHeader {
 
   /**
+   * Build tab header.
+   *
    * @param CRM_Core_Form $form
    *
    * @return array
index 08fb4eeb86574f1cad70d086514d78f1d503b092..8f3c74f0eb9688f80120921125ae4b9d03330baf 100644 (file)
@@ -32,8 +32,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Campaign_Info extends CRM_Core_Component_Info {
 
index 1a4835842a3b49017cc2478039c8c8d634c4877c..d455035c113cf660a4ac24dbd6a90a6d0ccf5cdc 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Page for displaying Campaigns
+ * Page for displaying Campaigns.
  */
 class CRM_Campaign_Page_DashBoard extends CRM_Core_Page {
 
index f6465c5ae7c6c06beea856caf47f22051b9a6fd5..55d316c8cdf86c21a5a8381b325826f227f2f8b8 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * Page for displaying Petition Signatures
+ * Page for displaying Petition Signatures.
  */
 class CRM_Campaign_Page_Petition extends CRM_Core_Page {
   public function browse() {
index b19360165bc2d4cfd37b2387d9e8d18c0195eb52..31b20f7dc09511217cd5a4c7c4e8621f566ba3e0 100755 (executable)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
index e1fc69438d891ca212f3925c63f358b3d61c89bb..a544c9ade11be03d056a5e9b993518e4ad9b3cb9 100755 (executable)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Campaign_StateMachine_Search extends CRM_Core_StateMachine {
 
index dff92989e82fb224d62ed8812ae81cb20f18ca8d..914c2df17f84374fc00189f9ea96d089626cd55e 100755 (executable)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * class to represent the actions that can be performed on a
- * group of voters.
- * used by the search forms
+ * class to represent the actions that can be performed on a group of voters.
  *
+ * Used by the search forms.
  */
 class CRM_Campaign_Task {
   const INTERVIEW = 1, RESERVE = 2, RELEASE = 3, PRINT_VOTERS = 4;
index 598bd4637da11e8c2a26679325e1bfe4392a32a5..25880a8f156652a679e7a74dc857f6691ccf08db 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for OpenCase Activity
- *
+ * This class generates form components for OpenCase Activity.
  */
 class CRM_Case_Form_Activity_LinkCases {
   /**
@@ -70,13 +67,11 @@ class CRM_Case_Form_Activity_LinkCases {
   }
 
   /**
-   * Set default values for the form. For edit/view mode
-   * the default values are retrieved from the database
-   *
+   * Set default values for the form.
    *
    * @param CRM_Core_Form $form
    *
-   * @return void
+   * @return array
    */
   public static function setDefaultValues(&$form) {
     return $defaults = array();
@@ -125,8 +120,6 @@ class CRM_Case_Form_Activity_LinkCases {
    *
    * @param CRM_Core_Form $form
    * @param array $params
-   *
-   * @return void
    */
   public static function beginPostProcess(&$form, &$params) {
   }
@@ -137,9 +130,7 @@ class CRM_Case_Form_Activity_LinkCases {
    *
    * @param CRM_Core_Form $form
    * @param array $params
-   * @param $activity
-   *
-   * @return void
+   * @param CRM_Activity_BAO_Activity $activity
    */
   public static function endPostProcess(&$form, &$params, &$activity) {
     $activityId = $activity->id;
index b6145248e33f10a0276007464296b2ecabf623f4..d78d32617ec174ee26d23afb0b6d8fb74b02c080 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for OpenCase Activity
- *
+ * This class generates form components for OpenCase Activity.
  */
 class CRM_Case_Form_Activity_OpenCase {
 
@@ -94,8 +91,6 @@ class CRM_Case_Form_Activity_OpenCase {
    *
    *
    * @param CRM_Core_Form $form
-   *
-   * @return void
    */
   public static function setDefaultValues(&$form) {
     $defaults = array();
@@ -216,8 +211,6 @@ class CRM_Case_Form_Activity_OpenCase {
    *
    * @param CRM_Core_Form $form
    * @param array $params
-   *
-   * @return void
    */
   public static function beginPostProcess(&$form, &$params) {
     if ($form->_context == 'caseActivity') {
@@ -272,11 +265,8 @@ class CRM_Case_Form_Activity_OpenCase {
   /**
    * Process the form submission.
    *
-   *
-   * @param $form
+   * @param CRM_Core_Form $form
    * @param array $params
-   *
-   * @return void
    */
   public static function endPostProcess(&$form, &$params) {
     if ($form->_context == 'caseActivity') {
index ca074845c5e4f2b5c172160c483ee818cafdbb1f..5ce068eff3903c54f11a6e444c6d9efdfad73eea 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for building activity to a case
- *
+ * This class generates form components for building activity to a case.
  */
 class CRM_Case_Form_ActivityToCase extends CRM_Core_Form {
 
   /**
    * Build all the data structures needed to build the form.
-   *
-   * @return void
    */
   public function preProcess() {
     $this->_activityId = CRM_Utils_Request::retrieve('activityId', 'Positive', CRM_Core_DAO::$_nullObject);
@@ -90,8 +85,6 @@ class CRM_Case_Form_ActivityToCase extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $this->add('text', 'file_on_case_unclosed_case_id', ts('Select Case'), array('class' => 'huge'), TRUE);
index c63eb154bcf6d0ce8543426668c53d68a6209335..c8aff71e14b6fa555ae87400bd1e855bd987e1a5 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class does pre processing for viewing an activity or their revisions
- *
+ * This class does pre processing for viewing an activity or their revisions.
  */
 class CRM_Case_Form_ActivityView extends CRM_Core_Form {
 
   /**
    * Process the view.
-   *
-   *
-   * @return void
    */
   public function preProcess() {
     $contactID = CRM_Utils_Request::retrieve('cid', 'Integer', $this, TRUE);
index 44399b0f0ac1074512e04280c1a03bcdc3714ac2..22b9875ebc0d402c3e9fc714f55888ec75fd9bc1 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for case activity
- *
+ * This class generates form components for case activity.
  */
 class CRM_Case_Form_Case extends CRM_Core_Form {
 
@@ -88,8 +85,6 @@ class CRM_Case_Form_Case extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function preProcess() {
 
@@ -196,11 +191,7 @@ class CRM_Case_Form_Case extends CRM_Core_Form {
   }
 
   /**
-   * Set default values for the form. For edit/view mode
-   * the default values are retrieved from the database
-   *
-   *
-   * @return void
+   * Set default values for the form.
    */
   public function setDefaultValues() {
     if ($this->_action & CRM_Core_Action::DELETE || $this->_action & CRM_Core_Action::RENEW) {
@@ -289,8 +280,7 @@ class CRM_Case_Form_Case extends CRM_Core_Form {
   /**
    * Add local and global form rules.
    *
-   *
-   * @return void
+   * @return bool
    */
   public function addRules() {
     if ($this->_action & CRM_Core_Action::DELETE || $this->_action & CRM_Core_Action::RENEW) {
@@ -319,9 +309,6 @@ class CRM_Case_Form_Case extends CRM_Core_Form {
 
   /**
    * Process the form submission.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     $transaction = new CRM_Core_Transaction();
index f108562e5f390f8165d3b77d9e89617d474aec6b..83eaabb98886cc3ad0350056523465ae819d1eff 100644 (file)
@@ -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_Case_Form_CustomData extends CRM_Core_Form {
 
@@ -68,10 +65,6 @@ class CRM_Case_Form_CustomData extends CRM_Core_Form {
    * Pre processing work done here.
    *
    * gets session variables for table name, id of entity in table, type of entity and stores them.
-   *
-   * @param
-   *
-   * @return void
    */
   public function preProcess() {
     $this->_groupID = CRM_Utils_Request::retrieve('groupID', 'Positive', $this, TRUE);
@@ -108,8 +101,6 @@ class CRM_Case_Form_CustomData extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     // make this form an upload since we dont know if the custom data injected dynamically
@@ -130,9 +121,6 @@ class CRM_Case_Form_CustomData extends CRM_Core_Form {
 
   /**
    * Process the user submitted custom data values.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     $params = $this->controller->exportValues($this->_name);
index 07d110036d393db7a213a525bb3ae79abdcd086f..650d3d6b3cdef9daef407af5eaaee83fa4c4ad11 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class assigns the current case to another client
- *
+ * This class assigns the current case to another client.
  */
 class CRM_Case_Form_EditClient extends CRM_Core_Form {
 
   /**
    * Build all the data structures needed to build the form.
-   *
-   * @return void
    */
   public function preProcess() {
     $cid = CRM_Utils_Request::retrieve('cid', 'Positive', $this, TRUE);
@@ -78,8 +73,6 @@ class CRM_Case_Form_EditClient extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $this->addEntityRef('reassign_contact_id', ts('Select Contact'), array('create' => TRUE), TRUE);
@@ -120,8 +113,6 @@ class CRM_Case_Form_EditClient extends CRM_Core_Form {
 
   /**
    * Process the form.
-   *
-   * @return void
    */
   public function postProcess() {
     $params = $this->controller->exportValues($this->_name);
index 3ed4790ee4b27ec3d845e3fed6279a86c2aa24de..7bfe64f2f14999c51fb588f6d40e4a006cceae33 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates form components for case report
- *
+ * This class generates form components for case report.
  */
 class CRM_Case_Form_Report extends CRM_Core_Form {
 
@@ -58,8 +55,6 @@ class CRM_Case_Form_Report extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function preProcess() {
     $this->_caseID = CRM_Utils_Request::retrieve('caseid', 'Integer', $this, TRUE);
@@ -120,9 +115,6 @@ class CRM_Case_Form_Report extends CRM_Core_Form {
 
   /**
    * Process the form submission.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     // store the submitted values in an array
index 3f2433459585dfe5ac75f54137daf9c6052f75db..50450942b8cc7e521d856112898f51d6d090c419 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This file is for Case search
+ * This file is for Case search.
  */
 class CRM_Case_Form_Search extends CRM_Core_Form_Search {
 
@@ -66,8 +64,6 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
 
   /**
    * Processing needed for buildForm and later.
-   *
-   * @return void
    */
   public function preProcess() {
     $this->set('searchFormName', 'Search');
@@ -165,9 +161,6 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
 
   /**
    * Build the form object.
-   *
-   *
-   * @return void
    */
   public function buildQuickForm() {
     parent::buildQuickForm();
@@ -212,10 +205,6 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
    *        done.
    * The processing consists of using a Selector / Controller framework for getting the
    * search results.
-   *
-   * @param
-   *
-   * @return void
    */
   public function postProcess() {
     if ($this->_done) {
@@ -308,10 +297,10 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
   }
 
   /**
-   * add the rules (mainly global rules) for form.
+   * Add the rules (mainly global rules) for form.
+   *
    * All local rules are added near the element
    *
-   * @return void
    * @see valid_date
    */
   public function addRules() {
@@ -324,7 +313,7 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
    * @param array $fields
    *   Posted values of the form.
    *
-   * @return void
+   * @return array|bool
    */
   public static function formRule($fields) {
     $errors = array();
index e8c2a7adbccf2d828f7ef2723f1501f100129a53..71570e58384599f655390d6a532fd69fc68b3516 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class generates task actions for CiviEvent
- *
+ * This class generates task actions for CiviEvent.
  */
 class CRM_Case_Form_Task extends CRM_Core_Form {
 
@@ -69,10 +66,6 @@ class CRM_Case_Form_Task extends CRM_Core_Form {
 
   /**
    * Build all the data structures needed to build the form.
-   *
-   * @param
-   *
-   * @return void
    */
   public function preProcess() {
     self::preProcessCommon($this);
@@ -158,8 +151,6 @@ class CRM_Case_Form_Task extends CRM_Core_Form {
    *   Button type for the form after processing.
    * @param string $backType
    * @param bool $submitOnce
-   *
-   * @return void
    */
   public function addDefaultButtons($title, $nextType = 'next', $backType = 'back', $submitOnce = FALSE) {
     $this->addButtons(array(
index 5d79638836e61b377a1edec5f4b2d1255698bcbd..e517db79a3498d780beea33b9d6211cb0501895a 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class provides the functionality to delete a group of
- * case records. This class provides functionality for the actual
- * deletion.
+ * This class provides the functionality to delete a group of case records.
  */
 class CRM_Case_Form_Task_Delete extends CRM_Case_Form_Task {
 
@@ -67,8 +63,6 @@ class CRM_Case_Form_Task_Delete extends CRM_Case_Form_Task {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $this->addDefaultButtons(ts('Delete Cases'), 'done');
@@ -76,8 +70,6 @@ class CRM_Case_Form_Task_Delete extends CRM_Case_Form_Task {
 
   /**
    * Process the form after the input has been submitted and validated.
-   *
-   * @return void
    */
   public function postProcess() {
     $deleted = $failed = 0;
index 57926f548094c60038ac04aea1fe80fd59c74e6e..1477e5ffd66086f2a7238b19ae12cf594fbaaea1 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
@@ -41,8 +39,6 @@ class CRM_Case_Form_Task_Print extends CRM_Case_Form_Task {
 
   /**
    * Build all the data structures needed to build the form.
-   *
-   * @return void
    */
   public function preProcess() {
     parent::preprocess();
@@ -67,12 +63,11 @@ class CRM_Case_Form_Task_Print extends CRM_Case_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() {
     //
@@ -95,9 +90,6 @@ class CRM_Case_Form_Task_Print extends CRM_Case_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
index dfbb74a40d4c3beb015378cfac645775395148b9..ec3e5a632e788069d4fbd8ba6f72e67d2e026c45 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class provides the functionality to restore a group of
- * participations. This class provides functionality for the actual
- * deletion.
+ * This class provides the functionality to restore a group of participations.
  */
 class CRM_Case_Form_Task_Restore extends CRM_Case_Form_Task {
 
@@ -50,8 +46,6 @@ class CRM_Case_Form_Task_Restore extends CRM_Case_Form_Task {
 
   /**
    * Build all the data structures needed to build the form.
-   *
-   * @return void
    */
   public function preProcess() {
     parent::preProcess();
@@ -59,9 +53,6 @@ class CRM_Case_Form_Task_Restore extends CRM_Case_Form_Task {
 
   /**
    * Build the form object.
-   *
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $this->addDefaultButtons(ts('Restore Cases'), 'done');
@@ -69,9 +60,6 @@ class CRM_Case_Form_Task_Restore extends CRM_Case_Form_Task {
 
   /**
    * Process the form after the input has been submitted and validated.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     $restoredCases = $failed = 0;