Skip to content

Commit 3f76c95

Browse files
lesstifStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 9063c9b commit 3f76c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public function deleteIssue($issueIdOrKey, $paramArray = [])
431431
public function getTransition($issueIdOrKey, $paramArray = [])
432432
{
433433
$queryParam = '?'.http_build_query($paramArray);
434-
434+
435435
$ret = $this->exec($this->uri."/$issueIdOrKey/transitions".$queryParam);
436436

437437
$this->log->debug('getTransitions result='.var_export($ret, true));

0 commit comments

Comments
 (0)