@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | * - addTable('Table,Table2') |
| 47 | 47 | * - addTable(['Table','Table2']). |
| 48 | 48 | * |
| 49 | - * @param string|array $tables |
|
| 49 | + * @param string $tables |
|
| 50 | 50 | * |
| 51 | 51 | * @return self |
| 52 | 52 | */ |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | * - addJoin('Table,Table2') |
| 70 | 70 | * - addJoin(['Table','Table2']). |
| 71 | 71 | * |
| 72 | - * @param string|array $tables table names |
|
| 72 | + * @param string $tables table names |
|
| 73 | 73 | * @param string $on ON condition |
| 74 | 74 | * @param string $using USING columns |
| 75 | 75 | * @param string $type join type, i.e. OUTER JOIN, CROSS JOIN |
@@ -210,7 +210,7 @@ |
||
| 210 | 210 | /** |
| 211 | 211 | * Gets the group by statement for the query. |
| 212 | 212 | * |
| 213 | - * @return GroupByStatement |
|
| 213 | + * @return OrderStatement |
|
| 214 | 214 | */ |
| 215 | 215 | public function getGroupBy() |
| 216 | 216 | { |
@@ -103,7 +103,7 @@ |
||
| 103 | 103 | /** |
| 104 | 104 | * Gets the values for the query. |
| 105 | 105 | * |
| 106 | - * @return array |
|
| 106 | + * @return SetStatement |
|
| 107 | 107 | */ |
| 108 | 108 | public function getSet() |
| 109 | 109 | { |