Skip to content

Commit d828475

Browse files
committed
Fix comment
1 parent 3a216e8 commit d828475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redmine/Api/IssueCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function all($project, array $params = [])
126126
* Returns an array of categories with name/id pairs.
127127
*
128128
* @deprecated v2.7.0 Use listNamesByProject() instead.
129-
* @see Group::listNames()
129+
* @see IssueCategory::listNamesByProject()
130130
*
131131
* @param string|int $project project id or literal identifier
132132
* @param bool $forceUpdate to force the update of the projects var

0 commit comments

Comments
 (0)