dwolla-swagger-php
dwolla-swagger-php copied to clipboard
PHP 8.1 support
Hi There,
In php 8.1, there is a PHP Deprecated notice regarding to the "Return type of methods" issue:
PHP Deprecated: Return type of Customer::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in lib/models/Customer.php#L121
https://github.com/Dwolla/dwolla-swagger-php/blob/main/lib/models/Customer.php#L121