Skip to content

Commit

Permalink
chore: Fix typo in DatabaseInterface (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Apr 12, 2024
1 parent cff7918 commit 83720a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function select(mixed $columns = '*'): SelectQuery;
*
* @throws \Throwable
*
* @preturn CallbackResult
* @return CallbackResult
*/
public function transaction(callable $callback, string $isolationLevel = null): mixed;

Expand Down

0 comments on commit 83720a0

Please sign in to comment.