postmark-php icon indicating copy to clipboard operation
postmark-php copied to clipboard

Type mismatch

Open mrherndon opened this issue 4 years ago • 0 comments

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.

mrherndon avatar Aug 24 '20 15:08 mrherndon