postmark-php
postmark-php copied to clipboard
Update DynamicResponseModel.php
In PHP 8.0.13+ and 8.1 error:
Fatal error: Declaration of Postmark\Models\DynamicResponseModel::offsetGet($offset) must be compatible with Postmark\Models\CaseInsensitiveArray::offsetGet(mixed $offset): mixed in vendor/wildbit/postmark-php/src/Postmark/Models/DynamicResponseModel.php on line 56
Please see my feedback in https://github.com/wildbit/postmark-php/pull/89#issuecomment-987872368 , this is same/similar issue.
Addressing via https://github.com/wildbit/postmark-php/pull/95