php-api-wrapper icon indicating copy to clipboard operation
php-api-wrapper copied to clipboard

Update return types to silence deprecation notices with PHP 8.1

Open erindornbusch opened this issue 3 years ago • 0 comments

This PR updates the return types of ArrayAccess and JsonSerializable interface methods in order to suppress deprecation notices when using the package with PHP 8.1.

Could use the #[\ReturnTypeWillChange] attribute throughout if that's preferable?

erindornbusch avatar May 08 '22 15:05 erindornbusch