You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DO NOT INCLUDE ANY PERSONAL OR SENSITIVE DATA - MAKE SURE TO REDACT CONTENT WHEN NECESSARY]
Your question:
Currently I am using "googleads/google-ads-php": "^v13.0.0" with php8.1 and I am starting to get deprecation notices like
Deprecated: Return type of Google\Protobuf\Internal\RepeatedField::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/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php on line 233
This issue was fixed by Protobuf's team but it is not released yet. We currently support the versions ^3.19.4 of this dependency so you will have the possibility to update yours if their next version is a minor version. If their next version is a major version though, you are right, we will have to make plans to edit our rules.
[DO NOT INCLUDE ANY PERSONAL OR SENSITIVE DATA - MAKE SURE TO REDACT CONTENT WHEN NECESSARY]
Your question:
Currently I am using "googleads/google-ads-php": "^v13.0.0" with php8.1 and I am starting to get deprecation notices like
Deprecated: Return type of Google\Protobuf\Internal\RepeatedField::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/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php on line 233
When I visit this link protocolbuffers/protobuf#9293 it says the patch has been fixed.
The text was updated successfully, but these errors were encountered: