We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e255b commit 17e4b3dCopy full SHA for 17e4b3d
1 file changed
system/Database/BaseBuilder.php
@@ -2021,9 +2021,9 @@ private function setAlias(string $alias): BaseBuilder
2021
/**
2022
* Sets update fields for upsert, update
2023
*
2024
- * @param string|string[] $set
2025
- * @param bool $addToDefault adds update fields to the default ones
2026
- * @param array|null $ignore ignores items in set
+ * @param RawSql[]|string|string[] $set
+ * @param bool $addToDefault adds update fields to the default ones
+ * @param array|null $ignore ignores items in set
2027
2028
* @return $this
2029
*/
0 commit comments