diff --git a/lib/Services/AbstractService.php b/lib/Services/AbstractService.php index 44402ac..789e6dd 100644 --- a/lib/Services/AbstractService.php +++ b/lib/Services/AbstractService.php @@ -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