INFRA-132 - Fix spacing of @return tag in comments
[civicrm-core.git] / CRM / Core / Payment / eWAY.php
index 1b313e805f9458444cc4d77aabbae1d94725e187..7dca6225480a439aea34b493ba5818288f0c02ea 100644 (file)
@@ -412,7 +412,8 @@ class CRM_Core_Payment_eWAY extends CRM_Core_Payment {
    * @param int $invoiceId
    *   The ID to check.
    *
-   * @return bool                 True if ID exists, else false
+   * @return bool
+   *   True if ID exists, else false
    */
   public function _checkDupe($invoiceId) {
     $contribution = new CRM_Contribute_DAO_Contribution();