Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 50% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class BackportableIssueCloner extends IssueCloner |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * IssueCloner constructor. |
||
22 | * |
||
23 | * @param JiraApi $jira_api Jira REST client. |
||
24 | */ |
||
25 | 1 | public function __construct(JiraApi $jira_api) |
|
31 | } |
||
32 | |||
33 | /** |
||
34 | * Determines if link was already processed. |
||
35 | * |
||
36 | * @param Issue $issue Issue. |
||
37 | * @param Issue $linked_issue Linked issue. |
||
38 | * |
||
39 | * @return boolean |
||
40 | */ |
||
41 | protected function isAlreadyProcessed(Issue $issue, Issue $linked_issue) |
||
50 |