From 18d2f6097bd0c0d91122121f48c941964e2ebc70 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 8 Dec 2014 19:03:29 -0800 Subject: [PATCH] CRM_Core_Transaction - Doc fix --- CRM/Core/Transaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/Transaction.php b/CRM/Core/Transaction.php index 4d2f85e9d0..4b43b1cacc 100644 --- a/CRM/Core/Transaction.php +++ b/CRM/Core/Transaction.php @@ -173,7 +173,7 @@ class CRM_Core_Transaction { * After calling run(), the CRM_Core_Transaction object is "used up"; do not * use it again. * - * @param type $callable Should exception one paramter (CRM_Core_Transaction $tx) + * @param mixed $callable Should exception one paramter (CRM_Core_Transaction $tx) * @return \CRM_Core_Exception this * @throws Exception */ -- 2.25.1