@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | /** |
77 | 77 | * Sets the selected fields to an aggregate function. |
78 | 78 | * |
79 | - * @param $function |
|
79 | + * @param string $function |
|
80 | 80 | * @param string $field |
81 | 81 | * |
82 | 82 | * @return self |
@@ -228,7 +228,7 @@ discard block |
||
228 | 228 | /** |
229 | 229 | * Gets the group by statement for the query. |
230 | 230 | * |
231 | - * @return GroupByStatement |
|
231 | + * @return OrderStatement |
|
232 | 232 | */ |
233 | 233 | public function getGroupBy() |
234 | 234 | { |