Merge pull request #4863 from totten/master-phpcbf4
[civicrm-core.git] / CRM / Pledge / Form / Search.php
index 518de50d268ed78a494b1cff4fb1b82c4daf0bb5..60a4a37e5a586ab2a67d1a0145629025367f8901 100644 (file)
@@ -121,7 +121,6 @@ class CRM_Pledge_Form_Search extends CRM_Core_Form_Search {
       );
     }
 
-
     $this->_queryParams = CRM_Contact_BAO_Query::convertFormValues($this->_formValues);
     $selector = new CRM_Pledge_Selector_Search($this->_queryParams,
       $this->_action,
@@ -295,7 +294,8 @@ class CRM_Pledge_Form_Search extends CRM_Core_Form_Search {
   /**
    * Global validation rules for the form
    *
-   * @param array $fields posted values of the form
+   * @param array $fields
+   *   Posted values of the form.
    *
    * @return void
    * @static