summaryrefslogtreecommitdiff
path: root/includes/database
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-05-30 15:05:50 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-05-30 15:05:50 -0700
commitf7b54a48e964fc3689de58cf0b07d55e4b0e2b98 (patch)
tree8d08b63b0b3ab09c76d0ab614d6eb578e2dd2fa3 /includes/database
parentc8a1f5bc81fea184e5ed249c98d8039a6270d81c (diff)
downloadbrdo-f7b54a48e964fc3689de58cf0b07d55e4b0e2b98.tar.gz
brdo-f7b54a48e964fc3689de58cf0b07d55e4b0e2b98.tar.bz2
Issue #1602112 by ryanissamson, bgano: Add return docs to startTransaction method
Diffstat (limited to 'includes/database')
-rw-r--r--includes/database/database.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 5ae042fd5..e1df32720 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -988,6 +988,9 @@ abstract class DatabaseConnection extends PDO {
* @param $name
* Optional name of the savepoint.
*
+ * @return DatabaseTransaction
+ * A DatabaseTransaction object.
+ *
* @see DatabaseTransaction
*/
public function startTransaction($name = '') {