Skip to content

Commit 17e4b3d

Browse files
committed
Add RawSql[] on @param on Basebuilder::updateFields()
1 parent e2e255b commit 17e4b3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

system/Database/BaseBuilder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,9 +2021,9 @@ private function setAlias(string $alias): BaseBuilder
20212021
/**
20222022
* Sets update fields for upsert, update
20232023
*
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
2024+
* @param RawSql[]|string|string[] $set
2025+
* @param bool $addToDefault adds update fields to the default ones
2026+
* @param array|null $ignore ignores items in set
20272027
*
20282028
* @return $this
20292029
*/

0 commit comments

Comments
 (0)