Skip to content

Commit 5d1c5b4

Browse files
lesstifStyleCIBot
andauthored
Apply fixes from StyleCI (#19)
Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent e636f45 commit 5d1c5b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Issue/IssueService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace JiraCloud\Issue;
44

55
use ArrayObject;
6-
use JiraCloud\Dumper;
76
use JiraCloud\JiraException;
87
use JiraCloud\Project\ProjectService;
98

@@ -464,8 +463,9 @@ public function findTransitonId(string|int $issueIdOrKey, string $transitionToNa
464463
* @param string|int $issueIdOrKey Issue id or key
465464
* @param Transition $transition
466465
*
467-
* @return string|null nothing - if transition was successful return http 204(no contents)
468466
* @throws JiraException
467+
*
468+
* @return string|null nothing - if transition was successful return http 204(no contents)
469469
*/
470470
public function transition(string|int $issueIdOrKey, Transition $transition): ?string
471471
{

0 commit comments

Comments
 (0)