postmark-php
postmark-php copied to clipboard
Type mismatch
In all return new DynamicResponseModel($this->processRestRequest('POST', '/email', $body));
statements, the types are mixed.
DynamicResponseModel expects an array, but $this->processRestRequest returns an Object.