From a148f51ab23c92b545821a0b553d8c63773401c9 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 31 Dec 2022 20:10:30 +0000 Subject: [PATCH] (NFC) Fix documented return type on getByClass method --- Civi/Payment/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Payment/System.php b/Civi/Payment/System.php index 1dfa4eaf4fbf..f32dee6ad9d9 100644 --- a/Civi/Payment/System.php +++ b/Civi/Payment/System.php @@ -156,7 +156,7 @@ public function flushProcessors() { * * @param string $className * - * @return \Civi\Payment\CRM_Core_Payment|NULL + * @return \CRM_Core_Payment|NULL * @throws \CRM_Core_Exception */ public function getByClass($className) {