diff --git a/src/QueryBuilder/DMLQueryBuilderInterface.php b/src/QueryBuilder/DMLQueryBuilderInterface.php index e64356fa4..fdac752aa 100644 --- a/src/QueryBuilder/DMLQueryBuilderInterface.php +++ b/src/QueryBuilder/DMLQueryBuilderInterface.php @@ -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|QueryInterface $insertColumns + * * Note: The method will escape the table and column names. */ public function upsert(