@@ -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 *
0 commit comments