Skip to content

Commit 700daed

Browse files
authored
fix: wrong parameter annotation in IssueService::search
2e79233 introduced typed parameters, since then the annotation is wrong annotation does not add further value, so removing them
1 parent 68cc07a commit 700daed

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Issue/IssueService.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -522,13 +522,6 @@ public function transition($issueIdOrKey, $transition): ?string
522522
/**
523523
* Search issues.
524524
*
525-
* @param string $jql
526-
* @param int $startAt
527-
* @param int $maxResults
528-
* @param array $fields
529-
* @param array $expand
530-
* @param bool $validateQuery
531-
*
532525
* @throws \JsonMapper_Exception
533526
* @throws JiraException
534527
*

0 commit comments

Comments
 (0)