Merge pull request #4916 from totten/master-casetypetest-cleanup
[civicrm-core.git] / CRM / Financial / BAO / PaymentProcessor.php
index 879c7d113bfbef8b039fe5cf51c5b8f4910dde05..eedcf0f643953c90a10a0802626d10b2255f741b 100644 (file)
@@ -303,13 +303,13 @@ class CRM_Financial_BAO_PaymentProcessor extends CRM_Financial_DAO_PaymentProces
    * @return array
    */
   public static function getAllPaymentProcessors($mode, $reset = FALSE) {
-    /**
+    /*
      * $cacheKey = 'CRM_Financial_BAO_Payment_Processor_' . ($mode ? 'test' : 'all');
      * if (!$reset) {
-     * $processors = CRM_Utils_Cache::singleton()->get($cacheKey);
-     * if (!empty($processors)) {
-     * return $processors;
-     * }
+     *   $processors = CRM_Utils_Cache::singleton()->get($cacheKey);
+     *   if (!empty($processors)) {
+     *     return $processors;
+     *   }
      * }
      */
     $retrievalParameters = array(