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.
PHP CodeSniffer is used to normalize all code in this project. Please install it with
pear install PHP_CodeSnifferYou can then test your code with
phpcs --standard=ruleset.xml *.phpOr you can have it autofix whatever it can with
phpcbf --standard=ruleset.xml *.php