php-docs-samples icon indicating copy to clipboard operation
php-docs-samples copied to clipboard

chore: add PHP codesniffer and fix errors/warnings

Open bshaffer opened this issue 2 years ago • 0 comments

Add linter for PHPCS, which checks for line lengths and found multiple other whitespace issues.

PHP CS Fixer (the existing checker) does not do a good job with whitespace (and in some cases, doesn't do the job at all). For this reason, it's better to run both linters.

bshaffer avatar Jan 24 '23 00:01 bshaffer