braintree / braintree_php

Braintree PHP library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
545 stars 225 forks source link

Braintree\Base::jsonSerialize() #306

Open MarkBCG opened 2 years ago

MarkBCG commented 2 years ago

General information

Issue description

In the latest version of the library, this "Deprecated" notice is being reported.

Deprecated: Return type of Braintree\Base::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vendor/braintree/braintree_php/lib/Braintree/Base.php on line 82

hollabaq86 commented 2 years ago

👋 @MarkBCG thanks for the report, don't have an ETA but we'll fix this up.

hollabaq86 commented 2 years ago

Sorry folks didn't have coffee when I commented earlier 🙃 , we added the #[\ReturnTypeWillChange] to temporarily suppress these warnings in version 6.5.1. But we haven't addressed the source of the deprecation warning. Going to leave this issue open until we've addressed the underlying source of the issue.

hollabaq86 commented 2 years ago

for internal tracking, ticket 1401

piegus commented 5 months ago

any ETA???