INFRA-132 - CRM/Contribute - Convert single-line @param to multi-line
[civicrm-core.git] / CRM / Contribute / Form / Task / Status.php
index 27ee307755833f924bfa83cce1b4cf6060177724..d6c68770a18624a433c2753574af5ad357ef62ea 100644 (file)
@@ -183,7 +183,8 @@ AND    co.id IN ( $contribIDs )";
   /**
    * 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
    * @static