From e5250e3668d0ac4ce487de0f33cd083ee149781a Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 28 Nov 2021 12:45:00 +0100 Subject: [PATCH] Fix return type of _getNestedTransactionSavePointName --- src/Connection.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Connection.php b/src/Connection.php index 32ed3aa1d89..e3269440894 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -1255,10 +1255,9 @@ public function getNestTransactionsWithSavepoints() } /** - * Returns the savepoint name to use for nested transactions are false if they are not supported - * "savepointFormat" parameter is not set + * Returns the savepoint name to use for nested transactions. * - * @return mixed A string with the savepoint name or false. + * @return string */ protected function _getNestedTransactionSavePointName() {