php-apple-signin icon indicating copy to clipboard operation
php-apple-signin copied to clipboard

Fix for PHP version 7.1

Open milosh012 opened this issue 4 years ago • 1 comments

Fixing error that we have on old server with PHP ver 7.1.

Error was:

Type error: Return value of AppleSignIn\ASDecoder::decodeIdentityToken() must be an instance of AppleSignIn\object, instance of stdClass returned

Quick fix was just to not expect return type for method decodeIdentityToken

milosh012 avatar Jul 31 '20 19:07 milosh012

Need this changes to use in PHP 7.1.19

eddyson1006 avatar Apr 05 '21 08:04 eddyson1006