Skip to content

Commit

Permalink
Fix PhpDoc of yii\db\pgsql\QueryBuilder::normalizeTableRowData() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSilence committed Feb 15, 2022
1 parent f248d88 commit cb5e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/db/pgsql/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public function update($table, $columns, $condition, &$params)
* @param array|Query $columns the column data (name => value) to be saved into the table or instance
* of [[yii\db\Query|Query]] to perform INSERT INTO ... SELECT SQL statement.
* Passing of [[yii\db\Query|Query]] is available since version 2.0.11.
* @return array normalized columns
* @return array|Query normalized columns
* @since 2.0.9
*/
private function normalizeTableRowData($table, $columns)
Expand Down

0 comments on commit cb5e180

Please sign in to comment.