Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PHP CodeSniffer and fix reported linting errors (#18)
Adds PHP CodeSniffer to lint the codebase. Also auto fixes errors related to formatting. This change allows all developers to follow the same coding patterns and agree on new ones by changing the common ruleset. - Uses composer to install code sniffer and required rules - Add composer to Docker image - Add phpcs rules for linting - Update the contribution guide with information about linting the code
- Loading branch information