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

Fix for PHP version 7.1 #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

milosh012
Copy link

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

@eddyson1006
Copy link

Need this changes to use in PHP 7.1.19

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

Successfully merging this pull request may close these issues.

2 participants