@@ -596,7 +596,7 @@ |
||
596 | 596 | /** |
597 | 597 | * Build a sql update statement. |
598 | 598 | * |
599 | - * @param string|Identifier $tableName The name of the table to update. |
|
599 | + * @param string $tableName The name of the table to update. |
|
600 | 600 | * @param array $set An array of columns to set. |
601 | 601 | * @param array $where The where filter. |
602 | 602 | * @param array $options Additional options for the query. |