Merge pull request #4939 from colemanw/CRM-15789
[civicrm-core.git] / tests / phpunit / CiviTest / PaypalPro.php
index 0ff57c40ea71922e227d4f200eae1a5acae9c7cf..1a9ce0a411299c0fd136bc620dbfb16b4c23f84d 100644 (file)
@@ -9,7 +9,8 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
    * Helper function to create
    * a payment processor of type Paypal Pro
    *
-   * @return int $paymentProcessor id of created payment processor@todo this appears not to be working but because it doesn't extend the test class
+   * @return int
+   *   $paymentProcessor id of created payment processor@todo this appears not to be working but because it doesn't extend the test class
    * callAPISuccess won't work
    * I have duplicated this on the main test class as a work around
    */
@@ -41,9 +42,11 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
   /**
    * Helper function to delete a PayPal Pro
    * payment processor
-   * @param  int $id - id of the PayPal Pro payment processor
-   * to be deleted
-   * @return boolean true if payment processor deleted, false otherwise
+   * @param int $id
+   *   Id of the PayPal Pro payment processor.
+   *   to be deleted
+   * @return boolean
+   *   true if payment processor deleted, false otherwise
    */
   public static function delete($id) {
     $pp = new CRM_Financial_DAO_PaymentProcessor();