Merge pull request #3436 from monishdeb/upgrade-fix
[civicrm-core.git] / CRM / Admin / Form / PaymentProcessorType.php
index 9619a81fac5a0587502dd9dc2462a9748d4ea7a7..256c777dff5f2a4e7e3a5d65ca2d7591a72aab84 100644 (file)
@@ -148,6 +148,8 @@ class CRM_Admin_Form_PaymentProcessorType extends CRM_Admin_Form {
   /**
    * Function to build the form
    *
+   * @param bool $check
+   *
    * @return void
    * @access public
    */
@@ -176,6 +178,9 @@ class CRM_Admin_Form_PaymentProcessorType extends CRM_Admin_Form {
     $this->add('checkbox', 'is_recur', ts('Does this Payment Processor Type support recurring donations?'));
   }
 
+  /**
+   * @return array
+   */
   function setDefaultValues() {
     $defaults = array();