Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 354 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
21 lines (12 loc) · 354 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on LogMeIn GoToWebinar.

Running Tests

./vendor/bin/phpunit

Running PHP Code Sniffer

./vendor/bin/phpcs src --standard=psr2 -sp

Happy coding!