basvandorst / StravaPHP

Strava API REST client with OAuth authentication
MIT License
184 stars 67 forks source link

CS Fixer #85

Closed MGatner closed 2 years ago

MGatner commented 2 years ago

The codebase is almost entirely compliant with CS Fixer's base rules. This makes me think it was either used at some point, or some equivalent style guide. This PR adds CS Fixer, incorporates it into the workflow, and applies the few changes to the codebase that are actually different.

MGatner commented 2 years ago

Added a few tests to appease the reduced coverage due to line reductions.