From: Tim Otten Date: Tue, 9 Dec 2014 03:03:29 +0000 (-0800) Subject: CRM_Core_Transaction - Doc fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=18d2f6097bd0c0d91122121f48c941964e2ebc70;p=civicrm-core.git CRM_Core_Transaction - Doc fix --- 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 */