dwolla-swagger-php icon indicating copy to clipboard operation
dwolla-swagger-php copied to clipboard

PHP 8.1 support

Open tuongdm opened this issue 1 year ago • 3 comments

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

tuongdm avatar Jun 21 '23 03:06 tuongdm