Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e39c310

Browse files
committedMay 24, 2025·
Fix psalm
1 parent efc5cc6 commit e39c310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function insertWithReturningPks(string $table, array|QueryInterface $colu
6969
if ($column->isAutoIncrement()) {
7070
$value = $this->db->getLastInsertId();
7171
} else {
72+
/** @var array $columns */
7273
$value = $columns[$name] ?? $column->getDefaultValue();
7374
}
7475

0 commit comments

Comments
 (0)
Please sign in to comment.