INFRA-132 - CRM/Contact - Convert single-line @param to multi-line
[civicrm-core.git] / CRM / Contact / Form / Inline / Email.php
index 840d1bb52a651515d903ac11be0f10fddf78ee80..a6e623d564106bd5b8078bc44bcf6ec682e7294f 100644 (file)
@@ -98,8 +98,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 array $errors@static
    */