Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 417 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 417 Bytes

Contributing

To ease code reviews please follow the PSR-1 and PSR-2. Take a few minutes to actually read them, they're not all that bad. To jump right in use the PHP-CS-Fixer tool. Or install PHP_CodeSniffer and use it like so:

apt install php-codesniffer

phpcs --standard=PSR2 your_file.php