Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.1 Deprecation warnings #407

Open
haietza opened this issue Oct 18, 2023 · 0 comments
Open

PHP 8.1 Deprecation warnings #407

haietza opened this issue Oct 18, 2023 · 0 comments

Comments

@haietza
Copy link
Contributor

haietza commented Oct 18, 2023

Deprecated: Return type of MultiRequestSubResult::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/local/kaltura/API/KalturaClientBase.php on line 51

Deprecated: Return type of MultiRequestSubResult::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/local/kaltura/API/KalturaClientBase.php on line 56

Deprecated: Return type of MultiRequestSubResult::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/local/kaltura/API/KalturaClientBase.php on line 61

Deprecated: Return type of MultiRequestSubResult::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/local/kaltura/API/KalturaClientBase.php on line 65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant