Skip to content

Commit

Permalink
chore: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko authored and github-actions[bot] committed Oct 19, 2024
1 parent 2e9bf9a commit cda42f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit cda42f0

Please sign in to comment.