I am getting this error when trying to reactivate a bounce using the following code.
$client = new PostmarkClient({token}); $client->activateBounce({bounceId});
I think it is because of Line 382 in PostmarkClient trying to cast the response to an array
return new PostmarkBounceActivation((array) $this->processRestRequest('PUT', "/bounces/{$id}/activate"));