@@ -65,7 +65,7 @@ public function get($projectIdOrKey): Project
65
65
*
66
66
* @param int|string $projectIdOrKey Project Key
67
67
*
68
- *@throws \JiraRestApi\JiraException
68
+ * @throws \JiraRestApi\JiraException
69
69
*
70
70
* @return Reporter[]
71
71
*/
@@ -83,7 +83,7 @@ public function getAssignable(int|string $projectIdOrKey): array
83
83
/**
84
84
* @param int|string $projectIdOrKey
85
85
*
86
- *@throws \JiraRestApi\JiraException
86
+ * @throws \JiraRestApi\JiraException
87
87
*
88
88
* @return IssueType[]
89
89
*/
@@ -103,7 +103,7 @@ public function getStatuses(int|string $projectIdOrKey): array
103
103
*
104
104
* @param int|string $projectIdOrKey
105
105
*
106
- *@throws \JiraRestApi\JiraException
106
+ * @throws \JiraRestApi\JiraException
107
107
*
108
108
* @return \JiraRestApi\Component\Component[]
109
109
*/
@@ -123,7 +123,7 @@ public function getProjectComponents(int|string $projectIdOrKey): array
123
123
*
124
124
* @param int|string $projectIdOrKey
125
125
*
126
- *@throws JiraException
126
+ * @throws JiraException
127
127
*
128
128
* @return array
129
129
* @return array
@@ -174,7 +174,7 @@ public function getProjectTypes(): array
174
174
/**
175
175
* @param int|string $key
176
176
*
177
- *@throws \JsonMapper_Exception
177
+ * @throws \JsonMapper_Exception
178
178
* @throws \JiraRestApi\JiraException
179
179
*
180
180
* @return ProjectType
@@ -196,7 +196,7 @@ public function getProjectType(int|string $key): ProjectType
196
196
/**
197
197
* @param int|string $key
198
198
*
199
- *@throws \JsonMapper_Exception
199
+ * @throws \JsonMapper_Exception
200
200
* @throws \JiraRestApi\JiraException
201
201
*
202
202
* @return ProjectType
@@ -221,7 +221,7 @@ public function getAccessibleProjectType(int|string $key): ProjectType
221
221
* @param int|string $projectIdOrKey
222
222
* @param array $queryParam
223
223
*
224
- *@throws \JiraRestApi\JiraException
224
+ * @throws \JiraRestApi\JiraException
225
225
*
226
226
* @return Version[] array of version
227
227
*/
@@ -279,7 +279,7 @@ public function getVersions(string $projectIdOrKey): \ArrayObject
279
279
* @param int|string $projectIdOrKey
280
280
* @param string $versionName
281
281
*
282
- *@throws \JiraRestApi\JiraException
282
+ * @throws \JiraRestApi\JiraException
283
283
*
284
284
* @return Version version
285
285
*/
@@ -335,7 +335,7 @@ public function createProject(Project $project): Project
335
335
*
336
336
* @param Project $project
337
337
*
338
- *@throws \JsonMapper_Exception
338
+ * @throws \JsonMapper_Exception
339
339
* @throws JiraException
340
340
*
341
341
* @return Project
@@ -357,7 +357,7 @@ public function updateProject(Project $project, string|int $projectIdOrKey): Pro
357
357
/**
358
358
* @param int|string $projectIdOrKey
359
359
*
360
- *@throws JiraException
360
+ * @throws JiraException
361
361
*
362
362
* @return string response status
363
363
*
@@ -378,7 +378,7 @@ public function deleteProject(int|string $projectIdOrKey): string
378
378
*
379
379
* @param int|string $projectIdOrKey
380
380
*
381
- *@throws JiraException
381
+ * @throws JiraException
382
382
*
383
383
* @return string response status
384
384
*
0 commit comments