more comment fixes
[civicrm-core.git] / CRM / Case / Form / EditClient.php
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);