@@ -111,7 +111,7 @@ |
||
111 | 111 | /** |
112 | 112 | * Gets the order by statement for the query. |
113 | 113 | * |
114 | - * @return OrderByStatement |
|
114 | + * @return OrderStatement |
|
115 | 115 | */ |
116 | 116 | public function getOrderBy() |
117 | 117 | { |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | /** |
230 | 230 | * Gets the group by statement for the query. |
231 | 231 | * |
232 | - * @return GroupByStatement |
|
232 | + * @return OrderStatement |
|
233 | 233 | */ |
234 | 234 | public function getGroupBy() |
235 | 235 | { |
@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | /** |
250 | 250 | * Gets the order by statement for the query. |
251 | 251 | * |
252 | - * @return OrderByStatement |
|
252 | + * @return OrderStatement |
|
253 | 253 | */ |
254 | 254 | public function getOrderBy() |
255 | 255 | { |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | /** |
123 | 123 | * Gets the values for the query. |
124 | 124 | * |
125 | - * @return array |
|
125 | + * @return SetStatement |
|
126 | 126 | */ |
127 | 127 | public function getSet() |
128 | 128 | { |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | /** |
133 | 133 | * Gets the order by statement for the query. |
134 | 134 | * |
135 | - * @return OrderByStatement |
|
135 | + * @return OrderStatement |
|
136 | 136 | */ |
137 | 137 | public function getOrderBy() |
138 | 138 | { |