stylistic repair
[civicrm-core.git] / CRM / Case / Form / ActivityChangeStatus.php
index b247f603046e5bfffd8abe52524731e144ccf342..8c51e5f322688b0255bcefaa400c72e7670ba235 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -43,11 +43,10 @@ class CRM_Case_Form_ActivityChangeStatus extends CRM_Core_Form {
    * Build the form object
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
     $activityStatus = CRM_Core_PseudoConstant::activityStatus();
     $this->add('select', 'activity_change_status', ts('New Status'), $activityStatus);
   }
-}
 
+}