Skip to content

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