INFRA-132 - Docblock @param and @return tag fixes
[civicrm-core.git] / CRM / Contribute / Form / Contribution / Main.php
index b15df4ed90390aca4b4da218ed82ef3ed0587c42..26c79c0637533970b2be2ce6d8dfa45ac04aad91 100644 (file)
@@ -731,7 +731,8 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
    * @param $self
    *
    *
-   * @return true if no errors, else array of errors
+   * @return bool|array
+   *   true if no errors, else array of errors
    * @static
    */
   public static function formRule($fields, $files, $self) {