Class Values producess deprecated erros under PHP 8.1
Exception/Log
PHP Deprecated: Return type of Twilio\Values::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 /var/www/html/vendor/twilio/sdk/src/Twilio/Values.php:49
PHP Deprecated: Return type of Twilio\Values::offsetGet($offset) should either be compatible with
ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange]
attribute should be used to temporarily suppress
the notice in /var/www/html/vendor/twilio/sdk/src/Twilio/Values.php:62
PHP Deprecated: Return type of Twilio\Values::offsetSet($offset, $value) should either be compatible with
ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange]
attribute should be used to temporarily suppress
the notice in /var/www/html/vendor/twilio/sdk/src/Twilio/Values.php:79
PHP Deprecated: Return type of Twilio\Values::offsetUnset($offset) should either be compatible with
ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange]
attribute should be used to temporarily suppress
the notice in /var/www/html/vendor/twilio/sdk/src/Twilio/Values.php:92
Issue Summary
Class
Values
producess deprecated erros under PHP 8.1Exception/Log
Technical details: