Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Services/AbstractService.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct($client)
* @param null|string $modelClass the classname of which the response gets transformed to
* @param array $query array of additional query parameters
* @param array $headers array of additional headers
* @param null|ApiObject|string $body the request body object
* @param null|ApiObject|string|array $body the request body object
*
* @throws ClientExceptionInterface
* @throws ApiErrorException
Expand Down