projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08c9525
)
CRM_Core_Transaction - Doc fix
author
Tim Otten
<totten@civicrm.org>
Tue, 9 Dec 2014 03:03:29 +0000
(19:03 -0800)
committer
Tim Otten
<totten@civicrm.org>
Wed, 10 Dec 2014 01:21:52 +0000
(17:21 -0800)
CRM/Core/Transaction.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Transaction.php
b/CRM/Core/Transaction.php
index 4d2f85e9d07e2bae530acf1ad24ab8df70834b2d..4b43b1cacc2b770930c96c16b1e685df1492bb47 100644
(file)
--- 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
*/