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