@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | * Fetches multiple boards and processes the response. |
151 | 151 | * |
152 | 152 | * @param Request $request |
153 | - * @param array|null $fields |
|
153 | + * @param string[] $fields |
|
154 | 154 | * |
155 | 155 | * @return Response The response. |
156 | 156 | * |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | * |
216 | 216 | * @param $usernameOrId string The username or identifier of the user. |
217 | 217 | * |
218 | - * @return Objects\User The user. |
|
218 | + * @return Response The user. |
|
219 | 219 | */ |
220 | 220 | public function getUser($usernameOrId) |
221 | 221 | { |
@@ -233,7 +233,7 @@ discard block |
||
233 | 233 | * |
234 | 234 | * @param string $boardId The board id. |
235 | 235 | * |
236 | - * @return Objects\Board The board. |
|
236 | + * @return Response The board. |
|
237 | 237 | */ |
238 | 238 | public function getBoard($boardId) |
239 | 239 | { |
@@ -313,7 +313,7 @@ discard block |
||
313 | 313 | /** |
314 | 314 | * Returns the authenticated user. |
315 | 315 | * |
316 | - * @return Objects\User The authenticated user. |
|
316 | + * @return Response The authenticated user. |
|
317 | 317 | */ |
318 | 318 | public function getCurrentUser() |
319 | 319 | { |