Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 572 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
31 lines (19 loc) · 572 Bytes

Contributing

Contributions are welcome and are accepted via pull request.

Guidelines

Running Tests

$ vendor/bin/phpunit

Coding Standards

Run PHP code sniffer to check:

$ vendor/bin/phpcs --standard=PSR2 src tests

Run PHP code beautifier to fix it:

$ vendor/bin/phpcbf --standard=PSR2 src tests