Skip to content

Commit 0b12436

Browse files
lesstifStyleCIBot
andauthored
Apply fixes from StyleCI (#66)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent ed5e81b commit 0b12436

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Sprint/SprintService.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,13 @@ public function createSprint(Sprint $sprint): Sprint
8888
}
8989

9090
/**
91-
* @param int $sprintId
91+
* @param int $sprintId
9292
* @param Sprint $sprint
93-
* @return bool
93+
*
9494
* @throws JiraException
95+
*
96+
* @return bool
97+
*
9598
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-issue-post
9699
*/
97100
public function moveIssues2Sprint(int $sprintId, Sprint $sprint): bool

0 commit comments

Comments
 (0)