We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4298 commit 0163adcCopy full SHA for 0163adc
src/Database.php
@@ -101,7 +101,7 @@ public function transactionRollback();
101
/**
102
* @param int|callable $tries
103
* @param callable|null $callback
104
- * @return $this
+ * @return mixed
105
* @throws \Exception
106
*/
107
public function transaction($tries = 1, $callback = null);
src/Databases/MySQL.php
@@ -238,7 +238,7 @@ public function transactionRollback() {
238
239
240
241
242
243
244
public function transaction($tries = 1, $callback = null) {
0 commit comments