Issue #1602112 by ryanissamson, bgano: Add return docs to startTransaction method

merge-requests/26/head
Jennifer Hodgdon 2012-05-30 15:05:50 -07:00
parent c8a1f5bc81
commit f7b54a48e9
1 changed files with 3 additions and 0 deletions

View File

@ -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 = '') {