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

Unnecessary response manipulation #2

Closed
shadowhand opened this issue Nov 16, 2015 · 1 comment
Closed

Unnecessary response manipulation #2

shadowhand opened this issue Nov 16, 2015 · 1 comment
Assignees
Milestone

Comments

@shadowhand
Copy link

This double json encode/decode is not necessary and breaks the return type hinting of the AbstractProvider, which says that responses return array, not object.

hajekj added a commit that referenced this issue Nov 16, 2015
hajekj added a commit that referenced this issue Nov 16, 2015
hajekj added a commit that referenced this issue Nov 16, 2015
@hajekj
Copy link
Member

hajekj commented Nov 16, 2015

This should now be fixed. Thank you for pointing this out.

@hajekj hajekj closed this as completed Nov 16, 2015
@hajekj hajekj added this to the 1.0.0 milestone Nov 16, 2015
@hajekj hajekj self-assigned this Nov 16, 2015
hajekj added a commit that referenced this issue Dec 11, 2015
hajekj added a commit that referenced this issue Jan 13, 2016
Mistakenly treating the API response as an object, when it should be treated as an associative array instead. Related to #2.
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

No branches or pull requests

2 participants