Closed jtsternberg closed 8 years ago
There are some code style issues that need to be resolved: https://travis-ci.org/thephpleague/oauth1-client/jobs/108124923
Also, I would like to request to that you provide some test cases that support the changes you are making.
Yes, you're right. Ashamed to admit I didn't read the CONTRIBUTING.md until AFTER submitting.
Ditto @stevenmaguire :)
Check out fabpot/php-cs-fixer :)
Closing in favor of #61 which contains tests, and code style issues are addressed.
With this implementation, multi-dimensional arrays can be passed to League\OAuth1\Client\Server::getHeaders() and be correctly transformed. For prior art, consider the WP REST API - OAuth 1.0a Server plugin. Specifically: