Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 466 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 466 Bytes

Contributing

  • Fork the project.
  • Make your bug fix or feature addition.
  • Add tests for it. This is important so we don't break it in a future version unintentionally.
  • Send a pull request.

Coding Guidelines

Use php-cs-fixer to (re)format your sourcecode for compliance with this project's coding guidelines:

$ wget http://get.sensiolabs.org/php-cs-fixer.phar

$ php php-cs-fixer.phar fix <dir>