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 messages #47

Closed
philsturgeon opened this issue Jun 15, 2022 · 4 comments
Closed

PHP 8.1 Deprecation messages #47

philsturgeon opened this issue Jun 15, 2022 · 4 comments

Comments

@philsturgeon
Copy link

PHP Deprecated:  Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 296

Deprecated: Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 296
PHP Deprecated:  Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 308

Deprecated: Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 308
PHP Deprecated:  Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 321

Deprecated: Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 321
PHP Deprecated:  Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 337

Deprecated: Return type of Infobip\Model\SmsInboundMessageResult::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 /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 337
PHP Deprecated:  Return type of Infobip\Model\SmsInboundMessageResult::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 349

Deprecated: Return type of Infobip\Model\SmsInboundMessageResult::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /Users/phil/src/infobip/vendor/infobip/infobip-api-php-client/Infobip/Model/SmsInboundMessageResult.php on line 349
@felipeteko
Copy link

+1

1 similar comment
@veugenio
Copy link

veugenio commented Sep 1, 2022

+1

@ib-fsrnec
Copy link
Contributor

ib-fsrnec commented Oct 13, 2022

Hi @philsturgeon @felipeteko @veugenio, thank you very much for reaching us and reporting the issue. I'm sorry for the late response. We expect this to be covered in our next release that should be out there in a few weeks from now. Please follow the thread and release notes for our future updates.

@ibirogar
Copy link
Contributor

FIxed in 4.0.0

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

No branches or pull requests

5 participants