diff --git a/src/Database/Database.php b/src/Database/Database.php index c5116625..77cb0c16 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -383,7 +383,7 @@ public static function rollback(): void * Starting the start of a transaction wrapper on top of the callback * * @param callable $callback - * @return void + * @return mixed */ public static function transaction(callable $callback): mixed {