Merge pull request #3341 from systopia/CRM-14740
[civicrm-core.git] / CRM / Contact / Form / Inline / Email.php
index 55bf655258f594e700b4efc218ae5ea23a83d25b..57ea2b1cada967243cfbfe69ba218ab3da44e9a6 100644 (file)
@@ -99,11 +99,10 @@ class CRM_Contact_Form_Inline_Email extends CRM_Contact_Form_Inline {
   /**
    * global validation rules for the form
    *
-   * @param array $fields     posted values of the form
-   * @param array $errors     list of errors to be posted back to the form
+   * @param array $fields posted values of the form
+   * @param array $errors list of errors to be posted back to the form
    *
-   * @return $errors
-   * @static
+   * @return array $errors@static
    * @access public
    */
   static function formRule($fields, $errors) {