Skip to content

Commit 0601219

Browse files
lesstifStyleCIBot
andauthored
Apply fixes from StyleCI (#517)
[ci skip] [skip ci] Co-authored-by: StyleCI Bot <[email protected]>
1 parent 4b8f486 commit 0601219

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

src/Project/ProjectService.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function get($projectIdOrKey): Project
6565
*
6666
* @param int|string $projectIdOrKey Project Key
6767
*
68-
*@throws \JiraRestApi\JiraException
68+
* @throws \JiraRestApi\JiraException
6969
*
7070
* @return Reporter[]
7171
*/
@@ -83,7 +83,7 @@ public function getAssignable(int|string $projectIdOrKey): array
8383
/**
8484
* @param int|string $projectIdOrKey
8585
*
86-
*@throws \JiraRestApi\JiraException
86+
* @throws \JiraRestApi\JiraException
8787
*
8888
* @return IssueType[]
8989
*/
@@ -103,7 +103,7 @@ public function getStatuses(int|string $projectIdOrKey): array
103103
*
104104
* @param int|string $projectIdOrKey
105105
*
106-
*@throws \JiraRestApi\JiraException
106+
* @throws \JiraRestApi\JiraException
107107
*
108108
* @return \JiraRestApi\Component\Component[]
109109
*/
@@ -123,7 +123,7 @@ public function getProjectComponents(int|string $projectIdOrKey): array
123123
*
124124
* @param int|string $projectIdOrKey
125125
*
126-
*@throws JiraException
126+
* @throws JiraException
127127
*
128128
* @return array
129129
* @return array
@@ -174,7 +174,7 @@ public function getProjectTypes(): array
174174
/**
175175
* @param int|string $key
176176
*
177-
*@throws \JsonMapper_Exception
177+
* @throws \JsonMapper_Exception
178178
* @throws \JiraRestApi\JiraException
179179
*
180180
* @return ProjectType
@@ -196,7 +196,7 @@ public function getProjectType(int|string $key): ProjectType
196196
/**
197197
* @param int|string $key
198198
*
199-
*@throws \JsonMapper_Exception
199+
* @throws \JsonMapper_Exception
200200
* @throws \JiraRestApi\JiraException
201201
*
202202
* @return ProjectType
@@ -221,7 +221,7 @@ public function getAccessibleProjectType(int|string $key): ProjectType
221221
* @param int|string $projectIdOrKey
222222
* @param array $queryParam
223223
*
224-
*@throws \JiraRestApi\JiraException
224+
* @throws \JiraRestApi\JiraException
225225
*
226226
* @return Version[] array of version
227227
*/
@@ -279,7 +279,7 @@ public function getVersions(string $projectIdOrKey): \ArrayObject
279279
* @param int|string $projectIdOrKey
280280
* @param string $versionName
281281
*
282-
*@throws \JiraRestApi\JiraException
282+
* @throws \JiraRestApi\JiraException
283283
*
284284
* @return Version version
285285
*/
@@ -335,7 +335,7 @@ public function createProject(Project $project): Project
335335
*
336336
* @param Project $project
337337
*
338-
*@throws \JsonMapper_Exception
338+
* @throws \JsonMapper_Exception
339339
* @throws JiraException
340340
*
341341
* @return Project
@@ -357,7 +357,7 @@ public function updateProject(Project $project, string|int $projectIdOrKey): Pro
357357
/**
358358
* @param int|string $projectIdOrKey
359359
*
360-
*@throws JiraException
360+
* @throws JiraException
361361
*
362362
* @return string response status
363363
*
@@ -378,7 +378,7 @@ public function deleteProject(int|string $projectIdOrKey): string
378378
*
379379
* @param int|string $projectIdOrKey
380380
*
381-
*@throws JiraException
381+
* @throws JiraException
382382
*
383383
* @return string response status
384384
*

src/User/UserService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function get(array $paramArray): User
6565
*
6666
* @param array $paramArray
6767
*
68-
*@throws \JsonMapper_Exception
68+
* @throws \JsonMapper_Exception
6969
* @throws \JiraRestApi\JiraException
7070
*
7171
* @return User[]
@@ -198,7 +198,7 @@ public function getMyself(): User
198198
/**
199199
* @param array $paramArray
200200
*
201-
*@throws \JsonMapper_Exception
201+
* @throws \JsonMapper_Exception
202202
* @throws \JiraRestApi\JiraException
203203
*
204204
* @return User[]

0 commit comments

Comments
 (0)