Skip to content

Commit e8cedd2

Browse files
Fixed typo
1 parent df5bb5e commit e8cedd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Issues.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function update($project_id, int $issue_iid, array $params)
9999
*/
100100
public function reorder($project_id, int $issue_iid, array $params)
101101
{
102-
return $this->put($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid)).'/reorder', $params);
102+
return $this->put($this->getProjectPath($project_id, 'issues/'.self::encodePath($issue_iid)).'/reorder', $params);
103103
}
104104

105105
/**

0 commit comments

Comments
 (0)