Check also tasks and tools with code sniffer

[MAILPOET-2429]
This commit is contained in:
Jan Jakeš
2019-10-10 13:39:12 +02:00
committed by Jack Kitterhing
parent cc62da6cb3
commit 7ecabdba3a
14 changed files with 88 additions and 64 deletions

View File

@ -97,9 +97,9 @@ class ReleaseVersionController {
$data = [
'update' => [
'fixVersions' => [
['set' => [['name' => $version]]]
]
]
['set' => [['name' => $version]]],
],
],
];
return $this->jira->updateIssue($issue_key, $data);
}