Skip to content

Commit

Permalink
Merge pull request #42 from gausejakub/fix-return-type-of-search-pagi…
Browse files Browse the repository at this point in the history
…nated-method

Fix return type of search paginated method
  • Loading branch information
pekral authored Feb 10, 2022
2 parents b4b8d07 + ddad9d8 commit 7cb385d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public function searchInEvidence(string $query, array $uriParameters): array

/**
* @param array<string> $uriParameters
* @return array<\EcomailFlexibee\Result\EvidenceResult>
* @return array<mixed>
* @throws \EcomailFlexibee\Exception\EcomailFlexibeeConnectionFail
* @throws \EcomailFlexibee\Exception\EcomailFlexibeeForbidden
* @throws \EcomailFlexibee\Exception\EcomailFlexibeeInvalidAuthorization
Expand Down

0 comments on commit 7cb385d

Please sign in to comment.