Skip to content

Commit 0a28943

Browse files
authored
Merge pull request #183 from lesstif/analysis-zDvxPB
Apply fixes from StyleCI
2 parents 6eb27f0 + 5a017dc commit 0a28943

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/Issue/VisibilityTrait.php

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

33
namespace JiraRestApi\Issue;
44

5-
trait VisibilityTrait {
6-
5+
trait VisibilityTrait
6+
{
77
/**
8-
*
98
* @param Visibility $type
109
* @param null $value
1110
*
@@ -29,4 +28,4 @@ public function setVisibility($type, $value = null)
2928

3029
return $this;
3130
}
32-
}
31+
}

src/User/UserService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ public function findAssignableUsers($paramArray)
126126
*
127127
* @param $paramArray
128128
*
129-
* @return boolean
130-
*
131129
* @throws \JiraRestApi\JiraException
130+
*
131+
* @return bool
132132
*/
133133
public function deleteUser($paramArray)
134134
{

0 commit comments

Comments
 (0)