Skip to content

Commit 1b7873f

Browse files
omarlopesinom1guelpf
authored andcommitted
Add comments to projects boards method
1 parent eb233b5 commit 1b7873f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lib/Gitlab/Api/Projects.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,15 @@ public function issues($project_id, $parameters = array())
368368
}
369369

370370
/**
371+
* Get projects board list.
372+
*
373+
* See https://docs.gitlab.com/ee/api/boards.html for more info.
374+
*
371375
* @param int $project_id
372-
* @return mixed
376+
* Project id.
377+
*
378+
* @return array
379+
* List of project boards.
373380
*/
374381
public function boards($project_id)
375382
{

0 commit comments

Comments
 (0)