INFRA-132 - Drupal.Classes.ClassCreateInstance.ParenthesisMissing
[civicrm-core.git] / tests / phpunit / CiviTest / PaypalPro.php
index 1a9ce0a411299c0fd136bc620dbfb16b4c23f84d..e9fd1c8adab34cec442a9524ae9d7de222d4d078 100644 (file)
@@ -11,8 +11,8 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
    *
    * @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
+   *   callAPISuccess won't work
+   *   I have duplicated this on the main test class as a work around
    */
   public static function create() {
 
@@ -45,7 +45,7 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
    * @param int $id
    *   Id of the PayPal Pro payment processor.
    *   to be deleted
-   * @return boolean
+   * @return bool
    *   true if payment processor deleted, false otherwise
    */
   public static function delete($id) {
@@ -56,4 +56,5 @@ class PaypalPro extends PHPUnit_Framework_Testcase {
     }
     return $result;
   }
+
 }