Merge pull request #5386 from colemanw/CRM-15706
[civicrm-core.git] / tests / phpunit / CiviTest / AuthorizeNet.php
index e0c46fbca4ea4506f7348033bc5d687bc78ffbab..15cd2e16849fa9e1442d874d066b0429a0c641fd 100644 (file)
@@ -37,7 +37,7 @@ class AuthorizeNet 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 function delete($id) {
@@ -48,4 +48,5 @@ class AuthorizeNet extends PHPUnit_Framework_Testcase {
     }
     return $result;
   }
+
 }