Skip to content

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

Open
itsmequinn wants to merge 1 commit intoadoy:masterfrom
itsmequinn:master
Open

Updated README example because it was causing a PHP warning#12
itsmequinn wants to merge 1 commit intoadoy:masterfrom
itsmequinn:master

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