From 7261b07af4d7156920ce9130caccc189d692ba6d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 13 Aug 2021 15:59:49 -0400 Subject: [PATCH] NFC - Fix docblock in CRM_Core_Transaction --- CRM/Core/Transaction.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/Transaction.php b/CRM/Core/Transaction.php index f2030606b6..f12c57964a 100644 --- a/CRM/Core/Transaction.php +++ b/CRM/Core/Transaction.php @@ -159,8 +159,8 @@ class CRM_Core_Transaction { * After calling run(), the CRM_Core_Transaction object is "used up"; do not * use it again. * - * @param string $callable - * Should exception one parameter (CRM_Core_Transaction $tx). + * @param callable $callable + * Should expect one parameter (CRM_Core_Transaction). * @return CRM_Core_Transaction * @throws Exception */ -- 2.25.1