Skip to content

Commit

Permalink
Update abstract provider:
Browse files Browse the repository at this point in the history
- fix PHPStan warnings
  • Loading branch information
webeweb committed Mar 16, 2024
1 parent f137b83 commit fa02176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ private function buildConfiguration(): array {
* Call the API.
*
* @param AbstractRequest $request The request.
* @param array $queryData The query data.
* @param array $postData The post data.
* @param array<string,mixed> $queryData The query data.
* @param array<string,mixed> $postData The post data.
* @return string Returns the raw response.
* @throws ApiException Throws an API exception if an error occurs.
*/
Expand Down

0 comments on commit fa02176

Please sign in to comment.