bulk comment fix
[civicrm-core.git] / CRM / Core / Payment / Form.php
index 8b0c12f7feac34ef1eaed21ad6c9c41affe71c79..2595d18a9f5f75dcd55c5e76c5b13215cd7d5630 100644 (file)
@@ -52,6 +52,8 @@ class CRM_Core_Payment_Form {
   /**
    * create all common fields needed for a credit card or direct debit transaction
    *
+   * @param $form
+   *
    * @return void
    * @access protected
    */
@@ -138,6 +140,8 @@ class CRM_Core_Payment_Form {
   /**
    * create all fields needed for a credit card transaction
    *
+   * @param $form
+   *
    * @return void
    * @access public
    */
@@ -237,6 +241,9 @@ class CRM_Core_Payment_Form {
   /**
    * Function to add all the credit card fields
    *
+   * @param $form
+   * @param bool $useRequired
+   *
    * @return void
    * @access public
    */
@@ -371,6 +378,11 @@ class CRM_Core_Payment_Form {
   /**
    * function to map address fields
    *
+   * @param $id
+   * @param $src
+   * @param $dst
+   * @param bool $reverse
+   *
    * @return void
    * @static
    */