Skip to content

Commit

Permalink
Apply fixes from StyleCI (#517)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]

Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
lesstif and StyleCIBot authored Sep 4, 2023
1 parent 4b8f486 commit 0601219
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions src/Project/ProjectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function get($projectIdOrKey): Project
*
* @param int|string $projectIdOrKey Project Key
*
*@throws \JiraRestApi\JiraException
* @throws \JiraRestApi\JiraException
*
* @return Reporter[]
*/
Expand All @@ -83,7 +83,7 @@ public function getAssignable(int|string $projectIdOrKey): array
/**
* @param int|string $projectIdOrKey
*
*@throws \JiraRestApi\JiraException
* @throws \JiraRestApi\JiraException
*
* @return IssueType[]
*/
Expand All @@ -103,7 +103,7 @@ public function getStatuses(int|string $projectIdOrKey): array
*
* @param int|string $projectIdOrKey
*
*@throws \JiraRestApi\JiraException
* @throws \JiraRestApi\JiraException
*
* @return \JiraRestApi\Component\Component[]
*/
Expand All @@ -123,7 +123,7 @@ public function getProjectComponents(int|string $projectIdOrKey): array
*
* @param int|string $projectIdOrKey
*
*@throws JiraException
* @throws JiraException
*
* @return array
* @return array
Expand Down Expand Up @@ -174,7 +174,7 @@ public function getProjectTypes(): array
/**
* @param int|string $key
*
*@throws \JsonMapper_Exception
* @throws \JsonMapper_Exception
* @throws \JiraRestApi\JiraException
*
* @return ProjectType
Expand All @@ -196,7 +196,7 @@ public function getProjectType(int|string $key): ProjectType
/**
* @param int|string $key
*
*@throws \JsonMapper_Exception
* @throws \JsonMapper_Exception
* @throws \JiraRestApi\JiraException
*
* @return ProjectType
Expand All @@ -221,7 +221,7 @@ public function getAccessibleProjectType(int|string $key): ProjectType
* @param int|string $projectIdOrKey
* @param array $queryParam
*
*@throws \JiraRestApi\JiraException
* @throws \JiraRestApi\JiraException
*
* @return Version[] array of version
*/
Expand Down Expand Up @@ -279,7 +279,7 @@ public function getVersions(string $projectIdOrKey): \ArrayObject
* @param int|string $projectIdOrKey
* @param string $versionName
*
*@throws \JiraRestApi\JiraException
* @throws \JiraRestApi\JiraException
*
* @return Version version
*/
Expand Down Expand Up @@ -335,7 +335,7 @@ public function createProject(Project $project): Project
*
* @param Project $project
*
*@throws \JsonMapper_Exception
* @throws \JsonMapper_Exception
* @throws JiraException
*
* @return Project
Expand All @@ -357,7 +357,7 @@ public function updateProject(Project $project, string|int $projectIdOrKey): Pro
/**
* @param int|string $projectIdOrKey
*
*@throws JiraException
* @throws JiraException
*
* @return string response status
*
Expand All @@ -378,7 +378,7 @@ public function deleteProject(int|string $projectIdOrKey): string
*
* @param int|string $projectIdOrKey
*
*@throws JiraException
* @throws JiraException
*
* @return string response status
*
Expand Down
4 changes: 2 additions & 2 deletions src/User/UserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function get(array $paramArray): User
*
* @param array $paramArray
*
*@throws \JsonMapper_Exception
* @throws \JsonMapper_Exception
* @throws \JiraRestApi\JiraException
*
* @return User[]
Expand Down Expand Up @@ -198,7 +198,7 @@ public function getMyself(): User
/**
* @param array $paramArray
*
*@throws \JsonMapper_Exception
* @throws \JsonMapper_Exception
* @throws \JiraRestApi\JiraException
*
* @return User[]
Expand Down

0 comments on commit 0601219

Please sign in to comment.