PostHog / posthog-php

MIT License
18 stars 19 forks source link

Enable & format files to PSR-12 coding standard #13

Closed joesaunderson closed 3 years ago

joesaunderson commented 3 years ago

Notes

Using PHP Codesniffer, this identifies the breaches of the PSR-12 ruleset (https://www.php-fig.org/psr/psr-12/) and fixes them. It also enables a GitHub workflow to check for breaches of the rules in PR's.

Review Notes

I suggest turning off whitespace for part of this review, as this is 90% of the changes.