Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-24-22-26-45
[civicrm-core.git] / CRM / Core / Payment / ProcessorForm.php
index 7b879023ec2592aef91dbf6ad9c65ae90ad2ca6c..8f77bae6c127f067d5cbf8e121e43a3c0eb51d92 100644 (file)
@@ -104,7 +104,9 @@ class CRM_Core_Payment_ProcessorForm {
   }
 
   /**
-   * @param $form
+   * Build the payment processor form.
+   *
+   * @param CRM_Core_Form $form
    */
   public static function buildQuickform(&$form) {
     //@todo document why this addHidden is here