Skip to content

Commit c57df95

Browse files
authored
Merge pull request #246 from ghunti/patch-1
Fix docblock
2 parents e2cd96a + b381ec2 commit c57df95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Board/BoardService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ public function __construct(ConfigurationInterface $configuration = null, Logger
1717
}
1818

1919
/**
20-
* get all project list.
20+
* get all boards list.
2121
*
2222
* @param array $paramArray
2323
*
2424
* @throws \JiraRestApi\JiraException
2525
*
26-
* @return Project[] array of Project class
26+
* @return Board[] array of Board class
2727
*/
2828
public function getBoardList($paramArray = [])
2929
{

0 commit comments

Comments
 (0)