thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

Added Xing oAuth1 login support and test #33

Closed Gelembjuk closed 9 years ago

stevenmaguire commented 9 years ago

The tests appear to be failing due to some code style issue caught by CodeSniffer. Be sure the run the linter and get a passing result before pushing changes.

phpcs --standard=psr2 src/
Gelembjuk commented 9 years ago

I have fixed the code formatting. I see automated checks still fail but it looks like some different problems, not related to my pull request