Completed
Push — master ( 68b4d4...d85ef2 )
by Hans
04:16
created
src/Pinterest/Api.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.