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

Updated README example because it was causing a PHP warning #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

itsmequinn
Copy link

Replaced parse_str($response['result'], $info); with $info = $response['result']; in README authorization example.

parse_str($response['result'], $info); causes a PHP warning that parse_str() expects an array, but $response['result'] is a string.

…e['result']; in README authorization example.

parse_str($response['result'], $info); causes a PHP warning that parse_str() expects an array, but $response['result'] is a string.
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.

1 participant