Skip to content

Commit 8e35771

Browse files
committed
refactor: update return type of getParameterDefinitions to array<null>
1 parent 1b25385 commit 8e35771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/SqliteStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function bind(int|string $paramId, string $data): void;
2323
public function getColumnDefinitions(): array;
2424

2525
/**
26-
* @return array<SqliteColumnDefinition>
26+
* @return array<null>
2727
*/
2828
public function getParameterDefinitions(): array;
2929

0 commit comments

Comments
 (0)