Skip to content

Commit 6f080f4

Browse files
lesstifStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 51e3a2d commit 6f080f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Priority/PriorityService.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace JiraRestApi\Priority;
44

5-
use \JiraRestApi\Issue\Priority;
5+
use JiraRestApi\Issue\Priority;
66

77
/**
88
* Class to query priority.
@@ -36,13 +36,14 @@ public function getAll()
3636
}
3737

3838
/**
39-
* get specific priority info
39+
* get specific priority info.
4040
*
4141
* @param $priorityId priority id
42-
* @return \JiraRestApi\Priority\Priority
4342
*
4443
* @throws \JiraRestApi\JiraException
4544
* @throws \JsonMapper_Exception
45+
*
46+
* @return \JiraRestApi\Priority\Priority
4647
*/
4748
public function get($priorityId)
4849
{
@@ -53,6 +54,5 @@ public function get($priorityId)
5354
$priority = $this->json_mapper->map(json_decode($ret), new Priority());
5455

5556
return $priority;
56-
5757
}
5858
}

0 commit comments

Comments
 (0)