Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 31, 2023
1 parent ee4b859 commit ddfe79d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QueryBuilder/DMLQueryBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ public function update(string $table, array $columns, array|string $condition, a
* @throws JsonException
* @throws NotSupportedException If this isn't supported by the underlying DBMS.
*
* @psalm-param array<string, mixed>|QueryInterface $insertColumns
*
* Note: The method will escape the table and column names.
*/
public function upsert(
Expand Down

0 comments on commit ddfe79d

Please sign in to comment.