From cda42f0328918a377b2985b0b7e4108940039207 Mon Sep 17 00:00:00 2001 From: mychidarko <mychidarko@users.noreply.github.com> Date: Sat, 19 Oct 2024 21:29:23 +0000 Subject: [PATCH] chore: fix styling --- src/Db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Db.php b/src/Db.php index f3e41c5..530de6f 100644 --- a/src/Db.php +++ b/src/Db.php @@ -401,8 +401,8 @@ public function rollback(): self * Run a database transaction * * @param callable $callback The callback to run - * - * @return boolean Whether the transaction completed successfully + * + * @return bool Whether the transaction completed successfully */ public function transaction($callback): bool {