Skip to content

Commit 83720a0

Browse files
authored
chore: Fix typo in DatabaseInterface (#195)
1 parent cff7918 commit 83720a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatabaseInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function select(mixed $columns = '*'): SelectQuery;
140140
*
141141
* @throws \Throwable
142142
*
143-
* @preturn CallbackResult
143+
* @return CallbackResult
144144
*/
145145
public function transaction(callable $callback, string $isolationLevel = null): mixed;
146146

0 commit comments

Comments
 (0)