INFRA-132 - Civi - PHPStorm cleanup
[civicrm-core.git] / CRM / Event / Form / Task / PickProfile.php
index 92e542c16083f7c7979249b90a0e7f6c0b796675..932b05b95c13c0687ccaad2db9f87a76cecd0b30 100644 (file)
@@ -47,13 +47,11 @@ class CRM_Event_Form_Task_PickProfile extends CRM_Event_Form_Task {
 
   /**
    * Maximum event participations that should be allowed to update
-   *
    */
   protected $_maxParticipations = 100;
 
   /**
    * Variable to store redirect path
-   *
    */
   protected $_userContext;
 
@@ -103,7 +101,7 @@ class CRM_Event_Form_Task_PickProfile extends CRM_Event_Form_Task {
       array(
         '' => ts('- select profile -')) + $profiles, TRUE
     );
-    $this->addDefaultButtons(ts('Continue >>'));
+    $this->addDefaultButtons(ts('Continue'));
   }
 
   /**
@@ -119,9 +117,11 @@ class CRM_Event_Form_Task_PickProfile extends CRM_Event_Form_Task {
   /**
    * Global validation rules for the form
    *
-   * @param array $fields posted values of the form
+   * @param array $fields
+   *   Posted values of the form.
    *
-   * @return array list of errors to be posted back to the form
+   * @return array
+   *   list of errors to be posted back to the form
    * @static
    */
   public static function formRule($fields) {