php-api-wrapper
php-api-wrapper copied to clipboard
Update return types to silence deprecation notices with PHP 8.1
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?