Skip to content

Commit

Permalink
chore: Fix psalm type for DatabaseInterface::transaction() method (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored Apr 4, 2024
1 parent 62f4d52 commit 9312ac0
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 @@ -136,7 +136,7 @@ public function select(mixed $columns = '*'): SelectQuery;
*
* @template CallbackResult
*
* @param callable(): CallbackResult $callback
* @param callable(DatabaseInterface): CallbackResult $callback
*
* @throws \Throwable
*
Expand Down

0 comments on commit 9312ac0

Please sign in to comment.