Skip to content

Commit df5bb5e

Browse files
Added missing scalar type
1 parent 077b001 commit df5bb5e

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
@@ -97,7 +97,7 @@ public function update($project_id, int $issue_iid, array $params)
9797
*
9898
* @return mixed
9999
*/
100-
public function reorder($project_id, $issue_iid, array $params)
100+
public function reorder($project_id, int $issue_iid, array $params)
101101
{
102102
return $this->put($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid)).'/reorder', $params);
103103
}

0 commit comments

Comments
 (0)