CRM_Core_Transaction - Doc fix
authorTim Otten <totten@civicrm.org>
Tue, 9 Dec 2014 03:03:29 +0000 (19:03 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 10 Dec 2014 01:21:52 +0000 (17:21 -0800)
CRM/Core/Transaction.php

index 4d2f85e9d07e2bae530acf1ad24ab8df70834b2d..4b43b1cacc2b770930c96c16b1e685df1492bb47 100644 (file)
@@ -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
    */