Skip to content

Commit

Permalink
Apply fixes from StyleCI (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
lesstif and StyleCIBot authored Oct 1, 2023
1 parent ed5e81b commit 0b12436
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Sprint/SprintService.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,13 @@ public function createSprint(Sprint $sprint): Sprint
}

/**
* @param int $sprintId
* @param int $sprintId
* @param Sprint $sprint
* @return bool
*
* @throws JiraException
*
* @return bool
*
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-issue-post
*/
public function moveIssues2Sprint(int $sprintId, Sprint $sprint): bool
Expand Down

0 comments on commit 0b12436

Please sign in to comment.