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 2e9bf9a commit cda42f0Copy full SHA for cda42f0
src/Db.php
@@ -401,8 +401,8 @@ public function rollback(): self
401
* Run a database transaction
402
*
403
* @param callable $callback The callback to run
404
- *
405
- * @return boolean Whether the transaction completed successfully
+ *
+ * @return bool Whether the transaction completed successfully
406
*/
407
public function transaction($callback): bool
408
{
0 commit comments