Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

File metadata and controls

22 lines (16 loc) · 490 Bytes

By contributing to this project, you agree to irrevocably release your contributions under the same licenses as this project. See README.md for more details.

Coding Standards

PHP CodeSniffer is used to normalize all code in this project. Please install it with

pear install PHP_CodeSniffer

You can then test your code with

phpcs --standard=ruleset.xml *.php

Or you can have it autofix whatever it can with

phpcbf --standard=ruleset.xml *.php